.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #fff;
border-bottom-width: 0px;
width: 370px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
/*background: white;*/
width: 360px; /*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;
}

.center-home .sliderwrapper .contentdiv{
	width: 360px;
	/*background-color:#e6e1c6;*/
}


.contentslider.box-solid {background-color:#e6e1c6 !important;}


.pagination{font-size:6pt;
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
}

.center-home .pagination{
	width: 360px;
	
}

.pagination a{font-size:7pt;
padding: 0 3px;
text-decoration: none; 
color: #cdd3d6;
background: #cdd3d6;
border:2px solid ;border-color:#cdd3d6;
}

.center-home .pagination a{
	background: #cdd3d6;
color:#cdd3d6;
border:2px solid ;border-color:#ffffff;
}


.pagination img{
	border: 0px; 
}

.pagination a:hover, .pagination a.selected{
color: #396e90;
background-color: #396e90;
border:2px solid ;border-color:#ffffff;
}

.center-home .pagination a:hover, .center-home .pagination a.selected{
color: #396e90;
background-color: #396e90;
border:2px solid ;border-color:#ffffff;
}

