@charset "utf-8";

*{ margin:0; padding:0; list-style:none;}
img{ border:none;}


#slideshow {
!important;
	border:0px !important;
	text-align:center
}
#fzslides {
	width:600px;
	height:400px;
	overflow:hidden;
	position:relative;
	float:left;
}
#fzslides ul {
	height:400px;
	position:absolute;
}
#fzslides ul li {
	float:left;
	width:600px;
	height:400px;
	overflow:hidden;
	position:relative;
}
#fzslides ul li div {
	position:absolute;
	overflow:hidden;
}
#fzslides .btnBg {
	position:absolute;
	width:600px;
	left:0;
	bottom:0;
	background:#000;
}
#fzslides .btn {
	position:absolute;
	width:100px;
	height:15px;
	right:10px;
	bottom:13px;
	text-align:right;
}
#fzslides .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:15px;
	height:15px;
	_font-size:0;
	margin-left:5px;
	border-radius:10px;
	cursor:pointer;
	background:#fff;
}
#fzslides .btn span.on {
	background:#d60e19;
}
#fzslides .preNext {
	width:45px;
	height:100px;
	position:absolute;
	top:150px;
	background:url('../images/sprite.png') no-repeat 0 0;
	cursor:pointer
}
#fzslides .pre {
	left:0;
}
#fzslides .next {
	right:0;
	background-position:right top;
}
#fzslides ul li .slideother {
	position:absolute;
	left:0;
	bottom:0;
	width:600px;
	height:40px;
	background-color:#000;
	opacity:0.7;
	display:inline-block;
}
#fzslides ul li .h12 {
	font-size:16px;
	padding-left:10px;
	width:480px;
	height:40px;
	overflow:hidden; 
	line-height:40px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#fzslides ul li .h12 a {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	text-decoration:none;
}
#fzslides ul li .h12 a:hover {
	text-decoration:underline;
}

#fzslides ul li a:hover {
	color:#FFF;
}
#fzslides ul li p a:hover {
	text-decoration:none;
}
