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

.contentslide .opacitylayer{
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
	position:relative;
	left:460px;
	top:-20px;
	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: 0 5px;
	text-decoration: none;
	color: #fff;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom:2px;
	padding-top:2px;
	font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
color: #fff;

}

