.contentslide{
border: 1px solid #ffffff;
color: #000000;
border-bottom-width: 1px;
padding: 2px;
width: 250px;
height: 300px;
}

.contentslide .contentdiv{
display: none;
text-align:center;
}

.pagination{
width: 100%;
text-align: right;
background-color: #ff0000;
border: #C9C9C9 1px solid;
/*border: 10px solid navy;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 2px 0 2px 0;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 220px; /*IE5 width*/
w\idth: 220px; /*IE6 width*/

}


.pagination a:link, .pagination a:visited {
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
background-color: #ff0000;
border: #A1A1A1 solid 1px;
margin: 4px 1px 4px 1px;
width: 22px;
height: 18px;

}

.pagination a:hover, .pagination a.selected{
display:inline;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
background-color: #EDEDEB;
border: #A1A1A1 solid 1px;
margin: 4px 1px 4px 1px;
width: 22px;
height: 18px;
}




