/* Easy Slider */
#slider {
	position:absolute;
	left:220px;
	top:10px;
	width:640px;
	height:130px;
	}

#slider a {
	display:inline-block;
	position:relative;
	width:200px;
	height:130px;
	margin:0 5px;
	overflow:hidden;
}

#slider a span {
	position:absolute;
	width:180px;
	height:35px;
	overflow:hidden;
	left:0;
	bottom:0;
	padding:10px;
	background:url('/images/item_bg2.png');
	color:#FFFFFF;
}

	#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:640px;
		height:130px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:24px;
		height:48px;
		overflow:hidden;
		position:absolute;
		left:195px;
		top:50px;
		line-height:99999px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:860px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:24px;
		height:48px;
		background:url('/images/arrow_l.gif') no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url('/images/arrow_r.gif') no-repeat 0 0;	
		}	
		
/* // Easy Slider */