.sliderwrapper{
position: static; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 6px;
width: 97%; /*width of featured content slider*/
height: 280px;
text-align: center;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: static; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 97%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 97%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: navy;*/
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #417394;
background: white;
}

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

/*.sliderTitle{
position: absolute;
height: 30px;
 top: 10px;
 left: 20px;
border: 10px;
border-bottom-width: 6px;
width: 97%;*/ /*width of featured content slider*/
/*text-align: center;
color: #FF0000;
background: #000000;
overflow: hidden;
}*/

#apDiv1 {
	position:relative;
	/*left:50px;*/
	top:220px;
	/*width:95%;*/
	height:30px;
	z-index:1;
	background-color: #a7e2eb;
	text-align: center;
	 margin: 2px;
	 padding: 2px;
}
