/* slider */
#slider { position:relative; background:#000; z-index:1000 }

#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
}	
#slider, #slider li{ 
	height:323px;
	width:599px;
	overflow:hidden;
}
#prevBtn, #nextBtn{ 
	display:inline;
	position:relative;
	float:left;
	width:29px;
	height:22px;
	margin:-33px 0 0 10px;
	z-index:1001
}
#nextBtn{
	margin-left:39px
}
	*:first-child+html #nextBtn { margin-left:0 } * html #nextBtn { margin-left:0 }
												
#prevBtn a, #nextBtn a{  
	display:block;
	width:29px;
	height:22px;
	background:url(/images/easySlider_previous_normal.gif) no-repeat 0 0;
}
#nextBtn a{ 
	background:url(/images/easySlider_next_normal.gif) no-repeat 0 0;
}
#prevBtn a:hover { background:url(/images/easySlider_previous_hover.gif) no-repeat 0 0 }
#nextBtn a:hover { background:url(/images/easySlider_next_hover.gif) no-repeat 0 0 }
/* // slider */

.item01 { background:url(/images/home_flash_01.jpg) }
.item02 { background:url(/images/home_flash_02.jpg) }
.item03 { background:url(/images/home_flash_03.jpg) }
.item04 { background:url(/images/home_flash_04.jpg) }

.slider_content {
	float:left;
	position:relative;
	font-size:14px;
	color:#454547;
	width: 330px;
	height: 196px;
	padding:40px 44px 0 29px;
	margin:33px 0 0;
	z-index:100;
	line-height:22px;
}

.blacktext {
	font-family:Gotham, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	color:#000;
	font-size:30px;
	line-height:33px;
	padding:0 0 16px
}
.slider_bkg {
	float:left;
	clear:both;
	position:relative;
	width: 403px;
	height: 236px;
	background:#c4e06f;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	margin:-235px 0 0;
	z-index:1
}
