.contentslide{
border: 2px solid #FFFFFF;
background-color:#FFFFFF;
border-bottom-width: 6px;
padding: 8px;
width: 657px;
height: 138px;
}

.contentslide .contentdiv{
display: none;
}

.contentslide .contentdiv .feature_image img {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	clear:both;
}

.contentslide .contentdiv .feature_article_content {
	float: right;
	width: 530px;
}

.contentslide .contentdiv .feature_article_content h2 {
	font: normal 16px/20px arial,verdana, sans-serif;
	font-weight:800;
	color: #555;
	padding: 0 0 5px 10px;
	margin: 0;
	width: 515px;
	
}

.contentslide .contentdiv .feature_article_content p {
	font: normal 11px/15px  "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #666;
	padding: 5px 0 10px 10px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}

.pagination{
width: 515px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
font: normal 9px/11px  "lucida sans unicode", "lucida grande", arial,sans-serif;
text-align: left;
background-color: #ffffff;
border: 2px solid #ffffff;
border-width: 0 2px; /*Left/ right border width of pagination DIV.*/
padding: 4px 0 4px 0;
MARGIN: 0px 0px 0px 137px;
POSITION: absolute;
TOP: 491px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 515px; /*IE5 width*/
w\idth: 194px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #333;
background-color: #f90;
border: 1px solid #333;
}

.pagination a:hover, .pagination a.selected{
color: #f90;
background-color: #333;
}
