.contentslide{
border:0px;
    padding: 0;
    width: 568px;
}

.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{
  display: inline-block !important;
float: left;
    height: 10px;
    margin: 0 0 0 20px;
    position: relative;
    top: -30px;
    width: 200px;
    z-index: 1;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 550px; /*IE5 width*/
w\idth: 550px; /*IE6 width*/
}

.pagination a, .pagination a:visited{
	padding: 2px 5px;
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	background:#8fbc8f;
}

.pagination a:hover, .pagination a.selected{
color: #8fbc8f;
	background:#fff;
}
