@charset "utf-8";
/* CSS Document */

#slider {
	padding:0;
	margin:10px;
	list-style: none;
	width:980px;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
#slider li {
	width:980px;
	height:280px;
	overflow:hidden;
}
p#controls {
	margin:0;
	position:relative;
}
#prevBtn {
	display:none;
}
#nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:-50px;
}
#nextBtn {
	left:940px;
}
#nextBtn a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/button_next.gif) no-repeat 0 0;
}
