.contentslide{
	border: 0;
	border-bottom-width: 0px;
	padding: 0px;
	width: 930px;
	height:auto;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;

}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	position:relative;
	left:700px;
	top:-23px;
	width:130px;
	height:30px;
	z-index:1;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 930px; /*IE5 width*/
	w\idth: 930px; /*IE6 width*/
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	padding-bottom:2px;
	padding-top:2px;	
}

.pagination a:hover, .pagination a.selected{
	color: #000000;
	background-color: #dddddd;
}


.contentslideStart {
	border: 0;
	border-bottom-width: 0px;
	padding: 0px;
	width: 930px;
	height: 250px;
}

.contentslideStart .opacitylayerStart { /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;

}

.contentslideStart, .contentdivStart {
	display: none;
}

.paginationStart {
	position:relative;
	left:787px;
	top:0px;
	width:160px;
	height:34px;
	z-index:1;
}

* html .paginationStart{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 930px; /*IE5 width*/
	w\idth: 930px; /*IE6 width*/
}

.paginationStart a, .paginationStart a:visited {
	padding: 10px 8px 10px 8px;
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;	
}

.paginationStart a:hover, .paginationStart a.selected {
	color: #000000;
	background-color: #dddddd;
}

