.contentslide{
	border: 0;
	border-bottom-width: 0px;
	padding: 0px;
	width: 605px;
	height: 219px;
}

.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{
color: #fff;
display: none;
}

.pagination{
		padding: -150px 5px;
	color: #fff;
	overflow:hidden;
	z-index:1;
}

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

.pagination a, .pagination a:visited{
	padding: -150px 5px;
	text-decoration: none;
	color: #fff;
	font-size: 0px;
}
.pagination a:hover, .pagination a.selected{
color: #fff;
font-size: 0px;
}
