/* @override http://www.vivalapixel.com/mhra/css/contentslider.css */

.contentslide{
border: 1px solid #B8CCEE;
border-bottom-width: 1px;
padding: 4px;
width: 200px;
height: 150px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 192px; /*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: white;
padding: 5px 0 4px 0;
}

* 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: 206px; /*IE6 width*/
}

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

.pagination a:hover, .pagination a.selected{
color: #D08C2C;
font-weight: bold;
}