.sliderwrapper{
	float:left;
	overflow: hidden; /*leave as is*/
	width: 590px; /*width of featured content slider*/
	height: 350px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	float:left;
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width: 590px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 350px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.slider-title{
	margin-top:10px; 
	margin-bottom:10px;
	float:left;
	width:590px;
}
.slider-title h2{
	font:normal 26px "Times New Roman", Times, serif;
	color:#000066;
	text-transform:capitalize;
}
.slider-image{
	float:left;
	width:390px;
}
.slider-content{
	float:left;
	width:190px;
	margin-left:10px;
}
.slider-content p{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:18px;
}

.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding:10px;
	margin-top:10px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #00007D;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background-color:#006633;
}