				/*Featured Image Slider*/
.contentslide{
border: 0px solid black;
border-bottom-width: 1px;
padding: 0px 16px 53px 0px;
width: 350px;
height: 200px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 350px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border: 0px solid black;
border-width: 0px 0px; /*Left/ right border width of pagination DIV.*/
padding: 1px 0px 4px 0px;
}

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

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #003366;
}

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