.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/


width: 100%; /*width of featured content slider*/
height: 250px;
background:url(images/m_img_bg.jpg) no-repeat left top;
text-align:center;


}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/


width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 250px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
float:left;

	padding-bottom:28px;

}

.sliderwrapper .contentdiv img {
	border:none;
	width:100%;
	height:100%;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/


	margin-top:10px;
	
float:left;
	
}

.pagination a img {
	border:none;
	width:40px;
	height:40px;
}

.pagination a{


border:none;
opacity:0.4;
float:left;
	line-height:0px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:7px;


}

.pagination a:hover, .pagination a.selected{
opacity:1.0;
}