/**************************************/
/*               JS ROTATOR           */
/**************************************/
#featured_ads {
	position: relative;
	height: 100px;
	margin-top: 10px;
	background-color: #ffffff;
}

#featured_ads .cover_area {
	width: 100%;
	height: 100px;
	position: absolute;
	overflow: hidden;
}

#featured_ads .large_image {
	height: 100px;
	width: 940px;
	background-repeat: no-repeat;
	position: relative;
}

#featured_ads .large_image .text {
	display: block;
	position: absolute;
	bottom: 0;
	width: 940px;
	background-color: #94181A;
	padding: 5px 10px;
	color: #f1f1f1;
	line-height: 1.0em;
	font-size: 11px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	cursor: pointer;
	
}

#featured_ads .large_image .text a { color: #f1f1f1; }
#featured_ads .large_image .text a:hover { text-decoration: underline; }

#featured_ads .large_image .text h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
	color: #ffffff;
}

#featured_ads .slide_item {
	width: 940px;
	height: 100px;
	position: absolute;
}

#dnn_SliderPane .cover {
    padding: 0px !important;
    margin-top: -10px !important;
}

