.contentslide .opacitylayer { /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	
	.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 247px;
height: 267px;

      position:relative;

}

	.contentslide3{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 247px;
height: 225px;

      position:relative;

}


.contentslide2{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 247px;
height: 257px;

      position:relative;

}


.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;


position: absolute;
bottom: 0px;


}

* 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; 
color: #018301;
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: #191919;
	line-height: 13px;
	}
	

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