.contentslide{
/*border: 10px solid #efefef;*/
border-bottom-width: 6px;
/*padding: 2px;*/
width: 151px;
height: 322px;
/*margin:10px;*/
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 151px;
height: 322px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding:0 0 0 20px;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 170px; /*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: 0 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: 161px; /*IE5 width*/
w\idth: 170px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #666666;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color:#FFFFFF;
background-color:#006600;
}