.contentslide{
border: 0 solid gray;
border-bottom-width: 0;
padding: 0;
/*width: 450px;*/
height: 163px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
/*width: 450px;*/ /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left; /*right;*/
background-color: Transparent; /*#000000;*/
border: 5px solid Transparent; /*#000000;*/
border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 1px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
/*width: 450px;*/ /*IE5 width*/
/*w\idth: 460px;*/ /*IE6 width*/
}

.pagination a {
padding: 0 1px;
text-decoration: none; 
color: #FFFFFF;
background-color: Transparent; /*#000000;*/
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: Gray;
}
