.gallery {
	width:908px;
	height:326px;
	margin:0 auto;
	padding:13px 0 0 0;
	background:url('images/gallery_bg.jpg') left top no-repeat;
}
#slider {
	margin:0;
	padding:0;
	list-style:none;
}
#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:875px;
	height:393px;
	overflow:hidden;
}
p#controls {
	margin:0;
	position:relative;
}
#prevBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:43px;
	height:45px;
	position:absolute;
	left:370px;
	top:-194px;
}
#nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:43px;
	height:45px;
	position:absolute;
	left: 412px;
	top:-194px;
}
#prevBtn a {
	display:block;
	width:43px;
	height:45px;
	background:url('images/l_arrow.gif') no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width:43px;
	height:45px;
	background:url('images/r_arrow.gif') no-repeat 0 0;
}
