.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: visible;
	width: 100%; /*width of featured content slider*/
	height: 470px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.slider_lable {
	position: absolute;
	min-height: 36px;
	width: 100%;
	background-image: url(images/bg_black_50.png);
	font-size: 36px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-repeat: repeat;
	bottom: 0px;
	right: 0px;
	text-align: center;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 470px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #333;
	background-size: 100% auto;
	background-position: center center;
}

.pagination{
	width: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	position: relative;
	z-index: 9979;
	bottom: 20px;
	display: none;
}

.pagination a{
	text-decoration: none;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #666;
	padding-right: 10px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #FFFFFF;
}

@media all and (max-width : 800px) {

.sliderwrapper .contentdiv{
    background-size: auto 100%;
}

}