/* slider */
#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
	}	
#slider, #slider li{ 
	width:970px;
	height:351px;
	overflow:hidden;
	vertical-align:baseline;
	text-align:center;
	}	
#slider li img{
	align:bottom;
}
#slider{ 
	margin:auto;
	}
#slider_content{
	position:relative;
	background:url("../../../../themed/STUDIO_Q_2012/img/1x1_15trans_black.png") repeat;
	clear:both;
	height:351px;
	padding:0;
	box-shadow:0 0 2px #333;
}
#prevBtn, #nextBtn{ 
	display:block;
	width:26px;
	height:26px;
	position:absolute;
	z-index:50000;
	left:0px;
	top:25px;
	}	
#nextBtn{ 
	left:944px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:43px;
	text-indent: -2000px;
	background:url(../img/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../img/btn_next.png) no-repeat 0 0;	
}

#prevBtn a:hover{
	background:url(../img/btn_prev_over.png) no-repeat 0 0;	
}

#nextBtn a:hover{
	background:url(../img/btn_next_over.png) no-repeat 0 0;	
}