.contentslide{
border:0;
width:100%;
position:relative;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
position:absolute;
left:30px;
bottom:30px;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 2px;
z-index:900;
line-height:normal;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #5776ac;
background-color: #ffffff;
border: 1px solid #cccccc;
display:none;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #5776ac;
text-decoration: none; 
display:none;
}


