img{border:none;}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		width:1000px;
		height:480px;
		overflow:hidden; 
		}
a{
	text-decoration: none;
}
#nav1 { 
        width:99px;
        height:480px;
        overflow:hidden;
        margin-left:0px;
        filter:alpha(opacity=27);
		opacity:.27;
		position: absolute; 
		background:url(../images/bg_div.jpg) no-repeat; 
		border-right: 1px solid black;
		border-color:#dfdfdf;
}
#nav2 { 
        width:102px;
        height:480px;
        overflow:hidden;
		margin-left:900px;
        filter:alpha(opacity=27);
		opacity:.27;
		position: absolute; 
		background:url(../images/bg_div.jpg) no-repeat; 
		border-left: 1px solid black;
		border-color:#dfdfdf;
}
 
#prevBtn, #nextBtn{ 
    filter:alpha(opacity=23);
	opacity:.23;
	display:block;
	width:53px;
	height:77px;
	position:absolute;
	left:72px;
	top:218px;
	}	
#nextBtn{ 
	left:872px;
	}														
#nextBtn a, #prevBtn a{  
	text-indent:-8000px;
	display:block;
	width:55px;
	height:55px;
	background:url(../images/left_point.jpg) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/right_point.jpg) no-repeat 0 0;	
	}	

#myEasySliderNumericControl {
		position: absolute; 
		top:503px;
		+top:498px;
		right:380px;
        overflow:hidden;
        filter:alpha(opacity=80);
		opacity:.80;
		margin:0;
}
 
#myEasySliderNumericControl li{
    float: left;
	color: #fffff;
	text-align: center;
	line-height: 16px;
	width: 36px;
	height: 16px;
	text-indent:-9999px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 0px;
	background:url(../images/gray_round.jpg) no-repeat;
}
 
#myEasySliderNumericControl li.current{
	color: #f4f6f8;
	font-size:0px;
	background:url(../images/blank_round.jpg) no-repeat;
}