#slider {
}
#slider ul, #slider li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:660px;
	height:255px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:29px;
	height:32px;
	position:absolute;
	margin-top:-200px;
}
#prevBtn {
	margin-left:240px;
}
#nextBtn {
	margin-left:910px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:29px;
	height:32px;
	background:url(../images/leftArrow.jpg) no-repeat 0 0;
}
#nextBtn a {
	background:url(../images/rightArrow.jpg) no-repeat 0 0;
}

