/* Top Slider */
div.anythingSlider .anythingControls {
	display: block;
	background: none;
	height: 30px;
	width: 938px;
	margin: 328px auto 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	outline: 0;
	padding-right:10px;
	z-index: 2;
}

div.anythingSlider .anythingControls .thumbNav {
	float:left;
}

/* Bottome Slider */

ul#output {
	float: none;
	display: block;
	background: #eee;
	width: 668px;
	height: 260px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: visible;
	-moz-border-radius: 0px 3px 3px 3px;
	-khtml-border-radius: 0px 3px 3px 3px;
	-webkit-border-radius: 0px 3px 3px 3px;
}
	
div#feature_list .anythingSlider {
	display:inline-block;
	width: 668px !important;
	height: 290px !important;
}

#feature_list div.anythingSlider li .feature_img {
	float: left;
	display: block;
	width: 450px;
	height: 260px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#feature_list div.anythingSlider .anythingWindow {
	float: left;
	display: block;
	position: relative;
	width: 668px;
	height: 260px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
	z-index: 1;
}
#feature_list div.anythingSlider .anythingControls {
	background: #333333 !important;
	height: 30px;
	width: 668px;
	margin: 260px auto;
	padding: 0px;
	position: absolute;
	outline: 0;
	padding-right:0px;
	z-index:2;
}
div#feature_list .thumbNav {
	float:left;
}
#feature_list div.anythingSlider .arrow.back {
	float: left;
	display: block;
	background: none;
	position: absolute;
	background: none;
	width: 30px;
	height: 30px;
	left: 608px;
	margin: 260px 0px 0px 0px;
	clear: both;
	z-index: 9;
	overflow: hidden;
}
#feature_list div.anythingSlider .arrow.forward {
	float: right;
	display: block;
	background: none;
	position: absolute;
	background: none;
	width: 30px;
	height: 30px;
	right: 0px;
	margin: 260px 0px 0px 0px;
	clear: both;
	z-index: 9;
	overflow: hidden;
}

div.anythingSlider .thumbNav a:hover, div.anythingSlider .thumbNav a.cur {
	background: #7CB900;
}
