.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #8C8B8B;
border-bottom-width: 0px;
width: 378px; /*width of featured content slider*/
height: 188px;
}


.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: 378px; /*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;
}

.contentdiv a{
	color:#727272;
	text-decoration: none;
	font-size:12px;

}
.contentdiv a:hover,.contentdiv a:visited{
	color:#727272;
/* 	display: block; */ 
	width: auto;
	text-decoration: underline;
	font-size:12px;
}

.pagination{
width: 376px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #ffffff;
padding: 1px 1px; 
border: 1px solid #8C8B8B;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #a0a0a0;
background: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #d2d2d2;
}
