.contentslide{
	width: 674px;
	height: 145px;
	margin:3px 0 0 0;
	}

.contentslide .contentdiv{
	float:left;
	width: 674px;
/*	height: auto;*/
	display: none;
	padding:5px 0 5px 0;
	}

.pagination{
	width:560px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	padding: 5px 8px 5px 0;
	background-color:#CC00CC;
	}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width:658px; /*IE5 width*/
	width:658px; /*IE6 width*/
	padding:5px 8px 2px 0; /*IE5 padding*/
	padding:5px 8px 2px 0; /*IE6 padding*/
	}

.pagination a{
	text-decoration: none;
	color: #666;
	background-color: #FFF;
	border:1px solid #CCC;
	padding: 0 3px;
	}

.pagination a:hover, .pagination a.selected{
	text-decoration: none;
	color: #FFF;
	background-color:#0C4;
	border:1px solid #093;
	}