/* Easy Slider */

	#slider{	float:left; 
				position:relative;
				left: -15px;
				}	
	#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:290px;
		height: 130px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:13px;
		height:10px;
		position: relative;
		left:285px;
		top: -32px;
		}	
	#nextBtn{ 
		left:285px;
		top: -29px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:13px;
		height:10px;
		background:url(Images/TemplateImages/arrow_up.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(Images/TemplateImages/arrow_down.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */
