.contentslide{
padding: 0.5px;
width: 280px;
height: 330px;	/* 200 */
border: 4px solid #DDE5ED;
}

.contentslide .contentdiv{
display: none;
}

.pagination{

FONT-FAMILY: Arial, Helvetica, sans-serif;  /*Verdana, Arial;*/
FONT-SIZE: 8pt;
cursor:pointer;
margin-bottom: 5px;
background-color:#FFFFFF;
color:#336699;
width:280px; //220
text-align:left;
font-weight:bold;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 225px; /*IE5 width*/
w\idth: 225px; /*IE6 width*/
}

/*.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;	
background-color: white;
}*/

.pagination a:hover, .pagination a.selected{
FONT-FAMILY: Arial, Helvetica, sans-serif;  /*Verdana, Arial;*/
FONT-SIZE: 8pt;
color: #000000;
background-color: #DDE5ED;
}
