#js_wrapper {
	position: relative;
}
#slider{
	margin-bottom: 10px;
	margin-top: 2px;
	background-image: url(../files/images/javaBg.png);
	background-repeat: no-repeat;
}	
#slider ul, #slider li{
	list-style:none;
	text-align: center;
	width: 918px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	}
#slider li{
	height:35px;
	overflow:hidden;
	position: relative;
	line-height: 30px;
	}	
#slider a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}

#prevBtn, #nextBtn{
	display:block;
	width:23px;
	height:23px;
	position: absolute;
	}	
#nextBtn{
	left: 877px;
	float: right;
	}														
#prevBtn a, #nextBtn a{
	display:block;
	width:23px;
	height:23px;
	background:url(../files/back_btn.png) no-repeat 0 0;
	position: absolute;
	top: -40px;
	left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	}	
#slider em {
	color: #7b780f;
	margin-left: 20px;
	font-size: 12px;
}

#nextBtn a{ 
	background:url(../files/fwd_btn.png) no-repeat 0 0;	
	}
