@charset "utf-8";
#slider {
	position: relative;
	top: 0px;
	overflow: hidden;
	width: 450px;
	left: 25px;
	height: 100px;
}

#slider img{
    border:none;
}
#slider ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	height: 100px;
	width: 450px;
}
#slider li {
	overflow: hidden;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	height: 100px;
	width: 90px;
	float: left;
}
#slider  li  a {
	margin-right: 5px;
	margin-left: 5px;
	_margin-left: 2.5px;
	margin-top: 11px;
	display: block;
	height: 80px;
	width: 80px;
	float: left;
}

/*2012/11/02*/
#new_info .controls {
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}


#new_info #prevBtn, #new_info #nextBtn {
	width:20px;
	height:90px;
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	position:relative;
	z-index:100;
	cursor:pointer;
}

#new_info #prevBtn{
	position: relative;
	bottom: 95px;
	background-image: url(../../img/btn_back2.png);
	left: 5px;
}
#new_info #nextBtn{
	position: relative;
	bottom: 185px;
	left: 475px;
	background-image: url(../../img/btn_next2.png);
}
#new_info #prevBtn:hover {
	background-image: url(../../img/btn_back2_on.png);
}
#new_info #nextBtn:hover {
	background-image: url(../../img/btn_next2_on.png);
}

#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	display:block;
}
#slider2, #slider2 li {width:500px;overflow:hidden;}
#slider2 li img {
	height: 280px;
	width: 500px;
}
#slider2 .overlap {
	position: absolute;
	left: 0px;
	top: 00px;
	display: block;
	margin: 0px;
	padding: 0px;
}


/*
#top_banner #thumbs  {
	width:480px;
	height:55px;
	position:absolute;
	top:215px;
	left:10px;
	overflow:hidden;
	background-image: url(../../img/bg_slider_thumb.png);
	z-index: 200;
}
*/
#top_banner #thumbs  {
	display: none;
}
#top_banner #thumbs .customBox {
	display: block;
	width:2000px;
	height:55px;
	position: relative;
	left: 0px;
}
#top_banner #thumbs .customBox .custom {
	display: block;
	float: left;
	height: 45px;
	width: 90px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
}

#top_banner #prevBtn, #top_banner #nextBtn {
	width:100px;
	height:280px;
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	position:relative;
	z-index:100;
	cursor:pointer;
	background-image: url(../../img/btn_3.png);
}

#top_banner #prevBtn{
	position: relative;
	bottom: 284px;
	left: 0px;
		}
#top_banner #nextBtn{
	position: relative;
	bottom: 564px;
	left: 400px;
		}
#top_banner #prevBtn:hover {
	background-image: url(../../img/btn_back3.png);
}
#top_banner #nextBtn:hover {
	background-image: url(../../img/btn_next3.png);
}



/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
