#slider {
	margin:0;
	padding:0;
	list-style:none;
}
#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:988px;
	height:365px;
	overflow:hidden;
}
p#controls {
	margin:0;
	position:relative;
}
#prevBtn, #nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:30px;
	height:77px;
	position:absolute;
	left:0;
	top:-205px;
}
#nextBtn {
	left:958px;
}
/*
#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	
	
*/
#prevBtn a {
	display:block;
	width:30px;
	height:55px;
	background:url(images/spacer.gif) no-repeat 0 0;	
}
#nextBtn a {
	display:block;
	width:30px;
	height:55px;
	background:url(images/spacer.gif) no-repeat 0 0;	
}

