.contentslide{
border: none;
border-bottom-width: 0px;
padding: 0px;
width: 465px;
height: 209px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
padding: 2px 8px 3px 8px;
width: 465px;
height: 26px;
text-align: right;
font-family: Trebuchet MS, Arial, Verdana, sans-serif; 
font-size: 11px;
line-height: 12px;
color: navy;
background-image: url("../../../img/feature/elements/feature-bottom.jpg")
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 465px; /*IE5 width*/
w\idth: 465px; /*IE6 width*/
}

.pagination a{
padding: 0px 8px 3px 8px;
text-decoration: none; 
font-family: Trebuchet MS, Arial, Verdana, sans-serif; 
font-size: 11px;
line-height: 12px;
color: white;
background-image: url("../../../img/feature/elements/tab.gif")
}

.pagination a:hover, .pagination a.selected{
font-family: Trebuchet MS, Arial, Verdana, sans-serif; 
font-size: 11px;
line-height: 12px;
color: white;
background-image: url("../../../img/feature/elements/tab-on.gif")
}









