.contentslide{

padding: 0px;

}

.contentslide, .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/


filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
/*background:url(../images/hdBg.jpg) no-repeat; height:144px;*/
overflow:hidden;

/*display: none;*/
}

.contentslide .contentdiv .content{
/*display: none;*/ /*padding:50px 135px 10px 135px;*/
font:12px verdana; color:#000;
}

.pagination{
 /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
 float:right;
padding: 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

}

.pagination{
width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right; font:bold 14px verdana;
/*background:url(images/pg.jpg) repeat-x #63aeea; margin:0px;*/
border: 0px solid navy;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 2px 5px 0px 5px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 716px; /*IE6 width*/
padding: 2px 5px 0px 5px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #996600;/*#2e6ab1;*/
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #E9E3DA;
}
