/* EASY SLIDE CSS*/

#slider{
	/*background:url(../images/easyslider/bg-slider.gif) no-repeat;	*/
	position:relative;
	top:39px;
	left:293px;
	margin:0 auto;
	z-index:100;
	}
#mask {
	position:absolute;
	top:0;
	left:0;
	width:298px;
	height:222px;
	background:url(../images/slider/ombre.png) top left no-repeat;
	margin:0 auto;
	display:block;
	z-index:500;
}
	
#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:298px;
	height:222px;
	overflow:hidden;
	list-style:none;
	}	
	
p#controls{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:32px;
	height:32px;
	position:relative;
}
#prevBtn {
	left:585px;
	top:-70px;
}
	
#nextBtn{ 
	left:940px;
	top:-100px;
	}														
#prevBtn a {  
	display:block;
	width:32px;
	height:32px;	
	}	
#nextBtn a{ 
	display:block;
	width:32px;
	height:32px;	
	}