@charset "UTF-8";
/*
Design By Away
http://www.dfuns.idv.tw
*/

.show_pic{
	display:block;
	position:relative;
	top:-8px;	
	}
/*.hdr {
	background: url(images/logo.png);
	width: 461px;
	height: 96px;
	margin: 10px auto;
	text-indent: -9999px;
} */
.list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sliderBox {
/*	border: solid 1px #09C; */
	width: 890px;
	overflow: hidden;
	position: relative;
	padding-bottom: 0px;
	margin: 0;	
	padding: 5px;
}
.sliderBox h2 {
	text-shadow: 0 0 5px #039;
	text-align: center;
	line-height: 2.5em;
	font-size: 1.2em;
	color: #EEE;
	margin: 0;
/*	border-radius: 10px 10px 0 0; */
	background: #09C;
	background: -moz-linear-gradient(#09C, #6CF);
	background: -webkit-linear-gradient(#09C, #6CF);
	background: -o-linear-gradient(#09C, #6CF);
	background: -ms-linear-gradient(#09C, #6CF);
}
.sliderBox .pic{
	border:1px solid #eee;
	
	margin:0 2px;
	background:#FFF;}
.slider {
/*	padding: 20px 0 10px; */
	width: 880px;
	height: 110px;
	overflow: hidden;
	margin: auto;
	position: relative;
}
.slider ul {
	overflow: hidden;
	/*width: 1992px;*/
	position: absolute;
	left: 0;
}
.slider li {
	float: left;
	margin: 0 5px;
	text-align: center;
}
.slider a {
	overflow: hidden;
	height: 90px;
	margin-bottom: 5px;
	
/*	display: inline-block;
	width: 140px;
	
	padding: 2px;
	
	border: solid 1px #CCC;
	 */
}
.slider a:hover {
	border-color: #039;
}
.slider .pic{
	width:154px;
	height:100px;}
.status {
	text-align: center;

	position: relative\9;
/* margin-left:435px; */
}
.status li {
	cursor: pointer;
	background: #FFF;
	display: inline-block;
	text-indent: -9999px;
	border: 1px solid #CCC;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	margin: 0 5px;
*float:left;
}
.status li.now {
	background: #09C;
	border-color: #999;
}
.dIcon {
	text-indent: -9999px;
	position: absolute;
	top: 50px;
	display: block;
	width: 10px;
	height: 10px;
	background:url(../f_img/all_3.png) no-repeat;
	width: 9px;
	height: 13px;
}
.next {
	right: 0px;
	background-position: -10px 0px;
	
}
.prev {
	left:0px;
	background-position: 0 0px;	
}
.next:hover {
	background-position: -10px -13px;
}
.prev:hover {
	background-position: 0 -13px;
}
