.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid navy;
	border-bottom-width: 0px;
	width: 1300px; /*width of featured content slider*/
	height: 720px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 3px;  /*leave as is*/
	top: 0px;  /*leave as is*/


	height: 334px;
	width: 1200px;
	padding: 5px;




	width:  1258px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 642px;


}

.pagination{
width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 5px 10px;
color:#158bee;
font-size:12px;
}

.pagination a{
padding: 0px 1px;
text-decoration: none; 
color:#158bee;


}

.pagination a:hover, .pagination a.selected{
color: #158bee;

}
