.contentslide{
/*border: 10px solid #efefef;*/
border-bottom-width: 6px;
/*padding: 2px;*/
width: 200px;
height: 115px;
margin:0 0 5px 0;
padding:0 5px 0 0;
/*margin:10px;*/
overflow:hidden;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 200px;
height: 120px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 210px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
/*background-color:#FFFFFF;*/
/*border: 10px solid #FFFFFF;*/
/*border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
/*border-top:#CCCCCC solid 1px;*/
padding: 2px 0 0px 0;
margin:0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 200px; /*IE5 width*/
/*w\idth: 480px; /*IE6 width*/*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #666666;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color:#FFF;
background-color:#069;
}
