.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 936px; /*width of featured content slider*/
	height: 320px;
	font-size:80%;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: -1px;  /*leave as is*/
	padding: 1px 0 0 0;
	background: white;
	width: 936px; /*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: 900px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 4px 0px;
	MARGIN: 0px 0px 0px 0px;
	position: absolute; /*leave as is*/
	top:350px;
	left:25px;
	z-index: 999;
	font-size:70%;

}

.pagination a{
padding : 3px 5px; 
text-decoration : none; 
color : #00007d; 
background : white; 
border : 1px solid #ffffff;
}


.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #B1D349;
	border: solid 1px #FFFFFF;

}

/* -------------- */
.sliderwrapper2{
position : relative; 
border-top-width : 0; 
width : 200px; 
height : 130px; 
}


.sliderwrapper2 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0 0 0 0;
	background: white;
	width: 200px; /*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;
}

.pagination2{
	width: 190px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 4px 0px;
	MARGIN: 0px 0px 0px 0px;
	position: absolute; /*leave as is*/
	top:170px;
	left:25px;
	z-index: 999;

}

.pagination2 a{
padding: 3px 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination2 a:hover, .pagination2 a.selected{
color : #000; 
background-color : #b1d349; 
}

