/* Easy Slider */
#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow:hidden;
}
#slider2 {
	margin-top: 1em;
}
#slider li, #slider2 li {
	width: 953px;
	height: 331px;
	overflow: hidden;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	left: -30px;
	top: 190px;
	z-index: 1000;
	text-indent:-99999px;
}
#nextBtn, #slider1next {
	left: 980px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	display: block;
	position: relative;
	width: 30px;
	height: 77px;
	background: url(../img/btn_prev.png) no-repeat 0 0;*/
}
#nextBtn a, #slider1next a {
	background: url(../img/btn_next.png) no-repeat 0 0;
}
/* numeric controls */
ol#controls {
	margin: 0 auto;
	padding: 15px 0 0;
	height: 28px;
	width: 150px;
}
ol#controls li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
	line-height: 28px;
}
ol#controls li a {
	background: url(../img/bg_slide_a.png) no-repeat 0 0;
  float: left;
	height: 18px;
	line-height: 15px;
	color: #ffffff;
	padding: 1px 5px 0 5px;
	text-decoration: none;
} 
  
ol#controls li a:hover {
  background: url(../img/bg_slide_hover.png) no-repeat 0 0;
  color: #ffffff;
}

ol#controls li.current a {
	background: url(../img/bg_slide_hover.png) no-repeat 0 0;
	color: #ffffff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline: none;
}

#slider { display: none; width: 953px;
	height: 331px;}
/* // Easy Slider */