.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #fff;
border-bottom-width: 0px;
width: 100%; /*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: 0px;
/*background: #fff;  sdc commented out*/
width: 100%; /*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;*/
text-align:left;
height: auto;
}

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

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

.center-home .pagination{
	width: 360px;
	background-color:#fff;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #fff;
}

.center-home .pagination a{
	background: #fff;
}


.pagination img{
	border: 0px; 
}

.next{
text-align: left;	
}




.contentsliderwrapper .next {text-align: right;	MARGIN-LEFT: 0px;	WIDTH: 10px;	MARGIN-RIGHT: 0px;}
.contentsliderwrapper .prev {text-align: right; margin:0px;} 
.contentsliderwrapper .contentdiv IMG { padding:5px;} 
/*.contentsliderwrapper {width:96%;margin-left:0px;background-color:#fff;padding:0px 0px 0px 0px; margin-top:0px;margin-bottom:0px;}*/
.contentsliderwrapper {width:96%;background-color:#eeefdf;margin-left:0px;border:solid 2px #eeefdf;padding:8px 8px 8px 8px; margin-top:0px;margin-bottom:0px;}

.journalarea .contentsliderwrapper .sliderwrapper {height:200px;}
.fpmcq .sliderwrapper .title {color:#b81a45;}
.sliderwrapper .title {font-family: Arial, Helvetica, sans-serif !important; font-size: 13pt!important; font-weight:bold;}



.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #d38e15;
text-decoration:none;
}

.center-home .pagination a:hover, .center-home .pagination a.selected{
color: #000;
background-color: #bdcddb;
}
