.contentslide{
border-bottom-width: 6px;
width: 455px;
/*height:374px;*/
}

.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;
background-image:url(images/fuzz.jpg);

}

.contentslide .contentdiv{
display: block;
}

.slide_text, #slide_text{
width: 460px; 
height:80px;
text-align: left;
background-color:#000;
color:#fff;
font-size:11px;
}

.slide_text div, #slide_text div{
	padding: 7px;
}


.pagination{
width: 455px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding-bottom:5px;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 455px; /*IE5 width*/
width: 455px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #F8F5E6;
background-color: #64AEDE;
}

.pagination a:hover, .pagination a.selected{
color: #F8F5E6;
background-color: #0D63C8;
}