.gallery {
	float:right;
	width:389px;
	height:370px;
	padding:15px 45px 10px 0;
}
#slider {
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	height:375px;
	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:389px;
	height:370px;
	overflow:hidden;
}
p#controls {
	margin:0;
	position:relative;
}
#prevBtn, #nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:24px;
	height:54px;
	position:absolute;
	left:-517px !important;
	left:-557px;
	top:-230px;
}
#nextBtn {
	left:408px !important;
	left:368px;
}
#prevBtn a {
	display:block;
	width:24px;
	height:54px;
	background:url(images/l_arrow.gif) no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width:24px;
	height:54px;
	background:url(images/r_arrow.gif) no-repeat 0 0;
}

