#slider {
	padding:16px 0 16px 16px;
	margin:0;
	list-style:none;
	width:662px;
}
#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:678px;
	height:385px;
	overflow:hidden;
}
p#controls {
	margin:0;
	position:relative;
}
/*
#prevBtn {
	display:none;
}
*/

#prevBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:24px;
	height:24px;
	position:absolute;
	left:0;
	top:-40px;
	}
#prevBtn {
	left:624px;
}
#prevBtn a {
	display:block;
	width:24px;
	height:24px;
	background:url(../images/button_prev_01.gif) no-repeat 0 0;
}
#prevBtn a:hover {
	display:block;
	width:24px;
	height:24px;
	background:url(../images/button_prev_02.gif) no-repeat 0 0;
}

#nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:24px;
	height:24px;
	position:absolute;
	left:0;
	top:-40px;
}
#nextBtn {
	left:654px;
}
#nextBtn a {
	display:block;
	width:24px;
	height:24px;
	background:url(../images/button_next_01.gif) no-repeat 0 0;
}
#nextBtn a:hover {
	display:block;
	width:24px;
	height:24px;
	background:url(../images/button_next_02.gif) no-repeat 0 0;
}