.contentslide{
border: 0px solid #6699CC;
border-bottom-width: 0px;
padding: 8px;
width: 360px;
height: 100px;
margin-top:40px;
font-family:futura, helvetica, arial, sans-serif;
font-size:12px;
background-image:url(/images/slider_bkgrd.jpg);
background-repeat:no-repeat;
overflow:visible;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 366px; /*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: #6699CC;
border: 0px solid #6699CC;
border-width: 0 2px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
margin-top:80px;
}

* 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{
font-family:futura, helvetica, arial, sans-serif;
padding: 2px;
text-decoration: none; 
color: white;
font-weight:bold;
background-color:#6699CC;
font-size:12px
}

.pagination a:hover, .pagination a.selected{
color: #FEE496;
font-size:14px
}
