.contentslide{
border-bottom-width: 6px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 875px;
height:205px;
height /*\**/:350px;
_height:350px;
*height:350px;
_border: solid 1px;
}

.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{
	text-align:right;
	border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
	height: 21px;
	left: 1px;
	font-size: 13px;
	color:#000000;
	font-family: "Trebuchet MS";

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
color:#000000;
}

.pagination a{
padding: 0px 2px 0px;
text-decoration: none; 
background-color: white;
color:#008878;
}

.pagination a:hover, .pagination a.selected{
color: #00000;
}
