#slider{
	z-index:-1!important;	
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	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:960px;
	height:250px;
	overflow:hidden; 
	display: none;
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:120px;
	top:140px;
}	
#nextBtn{ 
	left:1016px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:28px;
	height:39px;
	background:url(../images/buttons/btn-slideshow-left.png) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/buttons/btn-slideshow-right.png) no-repeat 0 0;	
}
#first-slideshow-image{
	display: list-item !important;
}


