@charset "utf-8";


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/


width: 460px; /*width of featured content slider*/
height: 375px;
background:url(images/m_img_bg.jpg) no-repeat left top;
text-align:right;


}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/


width: 460px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 375px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
float:center;

	padding-bottom:28px;

}

.sliderwrapper .contentdiv img {
	border:none;
	width:100%;
}

.pagination{
width: 154px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/


	
	
float:left;
	
}

.pagination a img {
	border:none;
	width:100%;
	height:100%;
}

.pagination a{

width:124px;
height:118px;
border:none;

float:left;
	line-height:0px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:11px;


}

.pagination a:hover, .pagination a.selected{

}



@media all and (max-width: 1279px) {




}


@media all and (max-width: 835px) {
	



}

@media all and (max-width: 720px) {
	

	


}