			
	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:220px;
			width:615px;
			overflow:hidden;
			}	
		#slider{ 
			margin:0 0 -3px 5px;
			}	
		#prevBtn { 
			display:block;
			width:30px;
			float:left;
			height:77px;
			margin:-140px 0 0 -25px;
			}
				
		#nextBtn{ 
			display:block;
			width:30px;
			float:right;
			height:77px;
			margin:-140px -15px 0 0;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}								
	
	/* // slider */													





