@charset "utf-8";

/* 首页图片切换 */
.home_left{width:1200px; margin:0 auto 0 auto; padding:0;position:relative;}
#slider{
	width:1200px;
	height:350px;
	position:relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	#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:1200px;
		height:350px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:30px;
		position:absolute;
		top:165px;
		left:10px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:1160px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative; text-indent:-999em;
		width:30px;
		height:30px;
		background:url(../images/prevBtn.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/nextBtn.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	