.gallery {
	margin:0 auto;
	padding:0;
}
#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 {
	overflow:hidden;
	height: 270px;
	width: 459px;
}
p#controls {
	padding: 0;
	position: absolute;
}
#prevBtn {
	display:block;
	overflow:hidden;
	width: 23px;
	height: 60px;
	left: -35px;
	margin: 0;
	position: relative;
	top: -168px;
}
#nextBtn {
	display:block;
	overflow:hidden;
	width: 18px;
	height: 60px;
	position: relative;
	top: -228px;
	margin: 0;
	left: 470px;
}
#prevBtn a {
	display:block;
	width: 23px;
	height: 60px;
	background: url(../images/left_btn.jpg) no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width: 18px;
	height: 60px;
	background: url(../images/right_btn.jpg) no-repeat 0 0;
}