.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 400px; /*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: white;
width: 390px; /*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: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 0px 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
.toc{
text-decoration: none;  
margin:0;
padding:0;
}

 .info{ 
	position:absolute; 
	top:184px; left:0; 
	height:300px; 
	width:124px;
	background:#000 ; 
}

.info h2{ 
	font-size:20px; font-family:Georgia, serif; 
	color:#4C7094; padding:5px; margin:0;
	font-weight:normal;
	overflow:hidden; 
}
.info p{ 
	margin:0 5px; 
	font-family:Georgia; font-size:12px; 
	line-height:15px; color:#f0f0f0;
}
.info a{ 
	text-decoration:none; 
	color:#ffffff; 
}
.info a:hover{ 
	text-decoration:underline; 
}
 
 
 
#slider4{
border-color: darkred;
margin-left: 15px;
height: 280px
}
 
 
#paginate-slider4{
background-color: darkred;
border-color: darkred;
margin-left: 15px;
}
 
 
#paginate-slider4 a img{

border: 2px solid gray;
margin-top: 5px;
}

 
#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid red;
}