/* Easy Slider */


	#sliderPan li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:730px;
		height:244px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{
	width:30px;
	height:77px;
	position:absolute;
	left:-29px !important;
	left:-48px;
	top:71px;
		}	
	#nextBtn{ 
		left:767px !important;
		left:748px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat left top;	
		overflow:hidden;
		text-indent:-2000px;
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat left top;	
		}	
		


	
/* // Easy Slider */
