.contentslide {
	border:0;
	border-bottom-width:0px;
	padding: 0px;
	width:590px;
	height:260px;
}
.contentslide2 {
	border:0;
	border-bottom-width:0px;
	padding: 0px;
	width:570px;
	height:265px;
}
.contentslide .opacitylayer{
	width: 100%;
	height: 100%;
}

.contentslide .contentdiv{
	display: none;
}
.pagination{
	position:relative;
	left:255px;
	top:-15px;
	width:161px;
	height:3px;
	z-index:1;
}
.pagination2 {
	position:relative;
	left:255px;
	top:40px;
	width:161px;
	height:7px;
	z-index:1;
}
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 590px; /*IE5 width*/
	w\idth: 590px; /*IE6 width*/
}
.pagination a, .pagination a:visited{
	padding:3px;
	text-decoration: none;
	color:#bababa;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
}
.pagination a:hover, .pagination a.selected{
	color:#3c3c3c;
}

.pagination2 a, .pagination2 a:visited{
	padding:3px;
	text-decoration: none;
	color:#bababa;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
}
.pagination2 a:hover, .pagination2 a.selected{
	color:#3c3c3c;
}
