.contentslide{
	padding: 4px;
	width: 230px;
	height: 135px;
	color: #FFFFFF;
	background-color: #339933;
	border: 4px solid #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 200px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: left;
	background-color: #006633; /*Left/ right border width of pagination DIV.*/
	padding: 4px 0;
	border-right: 0px solid #006633;
	border-left: 4px solid #006633;
	font-size: 75%;
}

* 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: #333399;
background-color: #669966;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #669999;
}