.graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */	

	#container_slider {
	margin:0 auto;
	text-align:left;
	width:940px;
	height:430px;
	overflow:hidden;
}
/* Easy Slider */

	#slider {
}
#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:940px;
	height:430px;
	overflow:hidden;
}
#prevBtn {
	display:block;
	width:47px;
	height:430px;
	z-index:4;
	position:relative;
	top:-430px;	
}
#nextBtn {
	display:block;
	width:47px;
	height:430px;
	z-index:4;
	position:relative;
	top:-860px;
}
#nextBtn {
margin-left:893px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:47px;
	height:430px;
	background:url(../script/scroll_left.png) no-repeat;
}
#nextBtn a {
	background:url(../script/scroll_right.png) no-repeat;
}
.gradent {
width:940px; 
 margin:auto; 
 background-image:url(../script/homepage_scrol_shade.png);
 height:430px; 
 position:absolute; 
 z-index:2;
}

