.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 930px;
height:247px;/*width of featured content slider*/
z-index:0;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 899px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 247px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
z-index:2px;
}
.sliderwrapper .contentdiv h2{
	font-size:30px;
	line-height:36px;
	font-weight:normal;
	color:#1C8EC4;
	background-color:inherit;
}
.sliderwrapper .contentdiv h2 span {
	font-size:24px;
	line-height:28px;
	display:block;	
}

.sliderwrapper .contentdiv a.learnmore {
	width:86px;
	padding:0 0 0 13px;
	height:29px;
	display:block;
	text-align:center;
	font-size:10px;
	line-height:29px;
	text-transform:uppercase;
	color:#666600;
	float:left;
	background:url(images/learn-button.gif) no-repeat;
}

.sliderwrapper .contentdiv a.learnmore:hover {
	color:#000;
	background-color:inherit;
}
.sliderwrapper .contentdiv a:focus{outline:0}
.sliderwrapper .contentdiv a.slid1{width:338px; height:61px; position:absolute; left:51px; top:76px; text-indent:-9999px}
.sliderwrapper .contentdiv a.slid2{width:340px; height:95px; position:absolute; left:40px; top:60px; text-indent:-9999px}
.sliderwrapper .contentdiv a.slid3{width:335px; height:75px; position:absolute; left:50px; top:68px; text-indent:-9999px}
.pagination{
	width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	position:relative;
	z-index:100px;
	top:-40px;
	left:0px;
}

.pagination a{
padding:3px 6px;
text-decoration: none; 
color: #8cdafc;
background:#02649f;
font-size:10px;
width:20px; height:20px;
text-align:center;
margin:0 2px 0 0;
border:#dfe6a4 solid 1px;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background:#3ac500;
}

