.smallslider { height: 200px; overflow: hidden; position: relative; width: 320px; }
.smallslider h3 { color: #EEE; font-size: 12px; font-weight: 700; line-height: 26px; position: absolute; text-indent: 2%; width: 100%; z-index: 102; margin: 0; }
.smallslider h3 a { color: #FFF; text-decoration: none; }
.smallslider h3 a:hover { color: #F60; text-decoration: underline; }
.smallslider li img { border: 0; vertical-align: top; }
.smallslider ul { list-style-type: none; margin: 0; padding: 0; }
.smallslider-btns { position: absolute; z-index: 103; }
.smallslider-btns .current-btn { background-color: #C00100;color: #FFF; font-size: 14px; font-weight: 700; }
.smallslider-btns span { background-color: #FFF; border: 1px solid #DCDCDC; color: #9F9F9F; cursor: pointer; float: left; font-size: 12px; height: 16px; line-height: 16px; text-align: center; width: 16px; }
.smallslider-lay { background-color: #000; height: 26px; position: absolute; width: 100%; z-index: 101; }
#flashbox {
	width:715px;
	height:462px;
	position:relative;
	z-index:1;
}
#flashbox img {
	width:715px;
	height:460px;
	max-width:none;
}
.smallslider-btns {
	bottom:20px !important;
	right:20px !important;
	border:1px solid #e4e4e4;
}
.smallslider-btns span {		/*修改导航数字按钮*/
	margin-left:0 !important;
	background:#000;
	color:#fff;
	background:#aaaaaa;
	display:inline-block;
	width:48px;
	height:48px;
	line-height:48px;
	font-size:17px;
	border:0;
	border-right:1px solid #e4e4e4;
}
.smallslider-btns span.current-btn {
	background:#9f0000;
}
.smallslider .smallslider-lay {
	width:675px;
	height:50px;
	background:#fff;
	opacity:0.75 !important;
	filter:alpha(opacity=75) !important;
	left:50% !important;
	margin-left:-337px;
	bottom:20px !important;
}
.smallslider h3.smallslider-tex {		/*修改文本*/
	bottom:32px !important;
	left:15px !important;
	font-size:22px;
	font-weight:normal;
}
.smallslider h3.smallslider-tex a {
	color:#9f0000;
	width:18em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:inline-block;
}
.smallslider h3.smallslider-tex a:hover {
	color:#ea0009;
}