#slider-container{
	position: relative;
	height: 342px;
	width: 980px;
}
#slider-container-shadow{
	background: url(../img/slider_bottom_shadow.png) no-repeat 0px 0px;
	width: 970px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -22px;
}
#slider{
	position: relative;
	height: 342px;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 13px;
	border: none;
	background: url(../img/slider_bg.jpg) no-repeat 0px 0px;
}
div.scroller{height: 342px; overflow:hidden; width:930px; zoom:1}
div.scroller .content{padding:0}
div.slidercontrolwr{position:absolute; right:15px; top:15px}
div.scroller img{border:none}
div.scroller div.section{float:left; height: 342px; overflow: hidden; width:930px}
div.scroller div.content{width:10000px; float:left}
.slidercontrol{list-style:none; margin:0px; padding:0px}
.slidercontrol a{color:#aaa; filter:alpha(opacity=60); float:left; height:14px; margin:0px 2px; opacity:0.6; overflow:hidden; padding:0px; text-decoration:none; text-indent:-1000px; width:14px}
.slidercontrol a:hover{filter:alpha(opacity=100); opacity:1}
.content .sliderdescription{background:url(../images/grid.gif) repeat left top; color:#222; filter:alpha(opacity=50); font:12px bold Helvetica,sans-serif; left:15px; opacity:0.5; padding:10px; position:relative; top:-100px; width:650px}
div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !important}
.content a{font:12px bold Helvetica,sans-serif; text-decoration:none}
a.aprev{
	position: absolute;
	left: -10px;
	top: 151px;
	display: block;
	width: 35px;
	height: 52px;
	background: url(../img/slider_left_arrow.png) no-repeat 0px 0px;
	filter: alpha(opacity=60);
	opacity: 0.6;
	text-decoration:none;
	text-indent:-1000px;
}
a:hover.aprev, a:hover.anext{
	filter:alpha(opacity=100);
	opacity:1
}

a.anext{
	position: absolute;
	right: -10px;
	top: 151px;
	display: block;
	width: 35px;
	height: 52px;
	background: url(../img/slider_right_arrow.png) no-repeat 0px 0px;
	filter: alpha(opacity=60);
	opacity: 0.6;
	text-decoration:none;
	text-indent:-15000px;
}

.astop{background:url(../img/astop.gif) no-repeat 3px 3px}
.aplay{background:url(../img/aplay.gif) no-repeat 6px 3px}

.slider-dot-container{
	position: absolute;
	left: 880px;
	top: 323px;
}

.section-dot{
	background: url(../img/slider_dot_selector.png) no-repeat 0px 0px;
	width: 8px;
	height: 8px;
	float: left;
	margin-right: 7px;
}

.section-dot.selected{
	background: url(../img/slider_active_dot_selector.png) no-repeat 0px 0px;
}

