.contentslide{
border-bottom: 0px dotted gray;
margin-bottom: 0px;

width: 100%;
height: 150px;

}

.contentslide .contentdiv{
display: none;
}



.pagination{
width: 100%; /*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: #005B01;
border: 0px solid blue;
margin-bottom: 7px;
padding: 0px;



}


* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
w\idth: 100%; /*IE6 width*/
}

.pagination a{
color: #fff;
padding: 0px 11px 7px 11px;
text-decoration: none;
text-transform: uppercase;
background: #005B01;
margin: 0px;





}

.pagination a.selected{
color: #000;
background: white;




}
