
#sub-container {
	width:980px;
	height:240px;
	margin-botom:20px;
	padding:0;
	float:left;
}

#slider-bg {
	width:980px;
	height:240px;
	margin-bottom:20px;
}

#slider {
	 margin-bottom:20px; 
	 padding:0; 
	 list-style:none;
	 height:233px;
	 width:990px;
}
#slider ul {
	list-style:none;
	float:left;
	width:980px;
	border:0;
	margin:0;
}
#slider li {
	width:980px;
	height:233px;
	overflow:hidden;
	border:0;
	margin:0;
}

p#controls {
	margin:0;
	position:relative;
}
#prevBtn, #nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:24px;
	height:43px;
	position:absolute;
	left:-24px;
	top:-156px;
}
#nextBtn {
	left:980px;
}
#prevBtn a {
	display:block;
	width:24px;
	height:43px;
	background:url(../images/arrow-prev.png) no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width:26px;
	height:60px;
	background:url(../images/arrow-next.png) no-repeat 0 0;
}

