.contentslide{
border: 1px solid gray;
border-bottom-width: 1px;
padding: 2px;
width: 312px;
height: 250px;
}


.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 304px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: center;
	background-color: none; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 0px 0;
	border-top-width: 1;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color:  black;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #A3B170;
}
