.contentslide{
	border: 0px solid navy;
	width: 514px;
	height: 311px;}

.contentslide .contentdiv{
	display: none;}
	
.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;}

.pagination{
	position:relative;
	z-index:200;
	margin-left:-30px;
	margin-top:-23px;
	width: 480px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right; /*Left/ right border width of pagination DIV.*/
	font-size:10px;}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 480px; /*IE5 width*/
	w\idth: 480px; /*IE6 width*/}

.pagination a{
	padding-left:3px;
	text-decoration: none; 
	color: #000000;
	font-weight:bold;}

.pagination a:hover, .pagination a.selected{
	color: #0f9957;
	font-weight:bold;}
	
.feature {
	width:387px;
	padding-top:8px;
	padding-left:8px;
	color:#ffffff;
	font-size:12px;}	
	
.feature h1{
	font-size:15px;}	
	
.feature p{
	font-size:13px;
	margin-right:4px;}	
	
.feature a {
	color:#ffa200;
	text-decoration:none;}	
	
.feature a:hover {
	color:#ffffff}	
