/* Easy Slider */
#slider {
		margin-left:3px;
		padding:0;
		height:300px  ;

		}
		
	#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:470px;
		height:300px;
		overflow:hidden; 
		}	
  
  /* span#prevBtn a{ position:relative; top:-23px;  left:250px; text-decoration:none; background-color: #FFFFFF; 
	}

	span#nextBtn a{position:relative; top:-23px  ; left:265px; text-decoration:none; background-color: #FFFFFF;}		 */ 
  
#nextBtn{ 
	width:179px;
	height:22px;
  position:absolute;
	bottom:300px;
	}	
#nextBtn{ 
	left:300px;
	}														
#nextBtn a{  
	display:block;
	width:179px;
	height:22px;
	background:url(images/dalsia.gif) no-repeat 0 0;	
	
	}	
#nextBtn a{ 
	background:url(images/dalsia.gif) no-repeat 0 0;	
	padding-top:3px;
	text-align:center; color: #656565; text-decoration:none;
	}	

#prevBtn{ 
	width:72px;
	height:22px;
	position:absolute;
	bottom:300px;
	}	
#prevBtn{ 
	left:220px;
	}														
#prevBtn a{  
	display:block;
	width:72px;
	height:22px;
	background:url(images/spat.gif) no-repeat 0 0;	
	
	}	
#prevBtn a{ 
	background:url(images/spat.gif) no-repeat 0 0;	
	padding-top:3px;
	text-align:center; color: #656565; text-decoration:none;
	}	

/* // Easy Slider */

