.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 242px;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 242px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border-top: 1px solid #cccccc;
vertical-align: top; font-size: 13px;
margin-top: 3px;

}

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

.pagination a{
padding-left: 2px;
padding-right: 2px;
padding-top: 0px;
padding-bottom:0px;
border-right: 1px solid #dcdcdc;
text-decoration: none; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin:0px;
}

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



.feature_title { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	line-height: 13px;
	padding: 2 1 3 0px;
}

.feature_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #323232;
	line-height: 13px;
	}
	

.feature_img {
	padding: 2 0 2 0px;
}