.sliderwrapper{
height: 1200px;
border-style: none;
position: relative; /*leave as is*/
width: 960px; /*width of featured content slider*/
}
.sliderwrapper2{
height: 880px;
border-style: none;
position: relative; /*leave as is*/
width: 960px; /*width of featured content slider*/
}


.sliderwrapper .contentdiv{ /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 960px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{

margin-bottom: 15px;
padding-top: 5px;
border-bottom-style: solid;
border-bottom-color: #c7c7c7;
border-top-color: #b1b1b1;
border-bottom-width: 1px;
border-top-style: solid;
border-top-width: 1px;
padding-bottom: 5px;
width: 962px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;



		padding-top: 5px;
		padding-bottom: 5px;
			background-color: #d0d0d0;
			background-image: url('../img/slider_nav_bg.jpg');
}

.pagination a{
padding-left: 25px;
padding-bottom: 0;
padding-right: 25px;
padding-top: 0;
font-size: 12pt;
text-decoration: none; 
color: #767d7a;
}

.pagination a:hover, .pagination a.selected{
	color: black;
}

.contentdiv{
	background-color: white;
}

