.gallery {
	float:right;
	width:800px;
	margin:0;
	padding:0;
	background:#212121;
	overflow: hidden;
}
#slider {
	margin:0;
	padding:0;
	padding-top: 5px;
	list-style:none;
	width:800px;
	height: 248px;
	overflow: hidden;
}
#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:800px;
	height:248px;
	overflow:hidden;
}
p#controls {
	margin:0;
	position:relative;
}
#prevBtn, #nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:20px;
	height:248px;
	position:absolute;
	left:-20px;
	top:-248px;
}
#nextBtn {
	left:800px;
}
#prevBtn a {
	display:block;
	width:20px;
	height:248px;
	background: url(../images/left.jpg) no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width:20px;
	height:248px;
	background: url(../images/right.jpg) no-repeat 0 0;
}