#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	
	/*list-style:none;*/
	list-style:none;
	z-index:100;
	}
#slider li{ 
	width:511px;
	height:583px;	
	overflow:hidden;
	z-index:150;
	}	



#prevBtn{ 
	position:absolute;
	display:block;
	width:67px;
	height:67px;
	left:420px;
	top:98px;
	z-index:800000;
	cursor:pointer;
	}	
	
#nextBtn{ 
	display:block;
	width:74px;
	height:73px;
	position:absolute;
	left:400px;
	top:45px;
	cursor:pointer;
	}		
	
	
													
#prevBtn a, #nextBtn a{  
	display:block;
	width:74px;
	height:73px;
	background:url(images/butt_next.png) no-repeat 0 0;	
	behavior: url(iepngfix.htc);
	}	
#nextBtn a{ 
	background:url(images/butt_prec.png) no-repeat 0 0;	
	behavior: url(iepngfix.htc);
	}		

#buttup a, {
	position:absolute;
	top: -80px;
	left: 400px;
	width:67px;
	height:67px;
	z-index:10000;
	background-image:url(images/butt_prec.png);
	cursor:pointer;
	}

#buttdw a{
	position:absolute;
	top: -40px;
	left: 424px;
	width:74px;
	height:73px;
	z-index:8000;
	background-image:url(images/butt_next.png);
	cursor:pointer;
	}
	

	
/* --------------------- slider 2 ------------------- */

#slider2{}	
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	width:480px;
	/*list-style:none;*/
	list-style:none;
	z-index:100;	
	}
	
#slider2 li{ 
	width:480px;
	height:120px;	
	overflow:hidden;
	z-index:150;
	margin-top: 10px;
	}	
	
	
	
#prevBtn2, #nextBtn2{ 
	position:absolute;
	display:block;
	width:7px;
	height:7px;
	left:0px;
	top:0px;
	z-index:800000;
	cursor:pointer;
	}	
	
#nextBtn2{
	background:fixed
	
	}														
#prevBtn2 a, #nextBtn2 a{  
	display:block;
	
	}	
#nextBtn2 a{
	background-color:#990;
		
	}	
