#slider {
width:430px;
height:340px;
padding:0px;
list-style:none;margin-left:15px;
}

#slider ul, #slider li {
	margin:0px;
	padding:0;
	list-style:none;
width:430px;
height:340px;
margin-top:5px;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
width:430px;
height:340px;
overflow:hidden;}

p#controls {
	margin:0;
	position:relative;
}
#prevBtn, #nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:24px;
	height:24px;
	position:absolute;

}
#nextBtn {
	left:440px;
	bottom:20px;
}

#prevBtn {
	left:-4px;
	bottom:20px;
}
#prevBtn a {
	display:block;
	width:24px;
	height:24px;
	background: url(images/arrsx.png) no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width:24px;
	height:24px;
	background: url(images/arrdx.png) no-repeat 0 0;
}