.anadiv{

width: 640px;
height: 260px;
text-decoration: none; 
color: #ffffff;
border:0px #cccccc solid;
}
.contentslide{

margin: 3px auto;
padding-left:5px;
width: 630px;
height: 190px;
text-decoration: none; 
color: #000000;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 630px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
border: 0px solid #ffffff;
border-width: 0px 0px; /*Left/ right border width of pagination DIV.*/
padding: 10px 10px 10px 20px;
}

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

}

.pagination a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 8px 16px 6px 12px;
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	border:0px #E7E7E7 solid;
	background-color: #F4F4F4;
	background-image:url(images/slide_number.jpg);
}

.pagination a:hover, .pagination a.selected{
	color: #CC0000;
	text-decoration:none;
	background-color: #cccccc;
}