		
#slider_box{
	position:relative;
	width: 630px;
	height: 70px;
	padding: 10px 0px 5px 14px;
}			

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		/* width:630px; */
		width:146px;
		height:70px;
		overflow:hidden; 
		}
	#slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		padding-left: 5px;
		}
	#slider li{ 
		}		
	#slider li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider li p{ 
		}				

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:14px;
	height:74px;
	position:absolute;
	left:0px;
	top:10px;
	z-index:0;
}	
#nextBtn, #slider1next{ 
	left:615px;
}																					
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:14px;
	height:74px;
	background:url(../images/top/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
	background:url(../images/top/btn_next.gif) no-repeat 0 0;	
}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */