.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 100%; /*width of featured content slider*/
	height: 400px;
	background-size: 100% auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
}
.contentdiv_lable {
	position: relative;
	height: auto;
	width: auto;
	background-image: url(images/bg_contentdiv_lable.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-right: auto;
	margin-left: 30px;
	margin-top: 300px;
	margin-bottom: 0px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
}

.contentdiv_lable_font {
	font-size: 40px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	font-family: 'Lobster', cursive;
}
a.contentdiv_lable_link {
	font-size: 22px;
	font-weight: 300;
	color: #FF9933;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 30px;
}



.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: 400px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #333;
	background-position: center center;
}


.pagination{
	width: 260px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding-left: 3px;
	top: 370px;
	position: absolute;
	right: 33px;
	display: none;
}

.pagination a{
	text-decoration: none;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 5px;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 6px;
	background-color: #666;
}

.pagination a:hover, .pagination a.selected{
	color: #F60;
	background-color: #F60;
}
