
.contentslide{
	border: 3px solid #06C8E1;
	padding: 0px;
	width: 650px;
	height: 555px;
	overflow: visible;
	visibility: hidden;
}

.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: inline;
	overflow: auto;
	visibility: visible;
	height: 605px;
	width: 650px;
}

.pagination{
	width: 605px;
	height: 15px;
	text-align: center;
	padding: 0 0 0px 0;
	border-top: 0 solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 0 solid #000000;
	border-left: 2px solid #000000;
	background-color: #000000;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 605px; /*IE5 width*/
width: 605px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #009900;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: black;
background-color: #06C8E1;
}
