.contentslide{
	width: 250px;
}

.contentslide .contentdiv{
	display: none;
	width: 250px;
	overflow: visible;
}

.pagination{
	width: 246px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin: 3px 0px 0px;
	padding: 3px 0px 3px 3px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
color: #999999;
text-decoration: none;
}

.pagination a{
	padding: 1px 2px;
	text-decoration: none;
	color: #999999;
	background-color: #333333;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.pagination a:hover, .pagination a.selected{
	padding: 1px 2px;
	color: #000000;
	background-color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
