#slider {
height:250px;

	padding:0;
	list-style:none;margin-left: 0px;margin-right: 0px;margin-top: 75px;}

#slider ul, #slider li {
	margin:0px;
	padding:0;
	list-style:none;
height:260px;}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
	width:515px;
height:260px;
	overflow:hidden;}

p#controls {
	margin:0;
	position:relative;
}
#prevBtn, #nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:32px;
	height:32px;
	position:absolute;
	left:-35px;
	top:-140px;
}
#nextBtn {
	left:520px;
}
#prevBtn a {
	display:block;
	width:32px;
	height:32px;
	background: url(images/l_arrow.png) no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width:32px;
	height:32px;
	background: url(images/r_arrow.png) no-repeat 0 0;
}

#prevBtn a:hover {
	background: url(images/l_arrow2.png) no-repeat 0 0;
}
#nextBtn a:hover {
	background: url(images/r_arrow2.png) 0px;}