#imgshow_mask {
	width: 100%;
	position: absolute;
	z-index: 1;
	background: url(../images/imgshow_mask.png) repeat-x 0 0;
	height: 27px;
}

#imgshow_mask {
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/imgshow_mask.png');
}

#imageShow {
	clear: both;
	/*border-bottom: 1px solid #fff;*/
}

#imageShow .imagebg {
	height: 652px;
	overflow: hidden;
	position: relative;
}

#imageShow .imagebg li {
	height: 652px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
}

#imageShow .imagebg li a.bannerbg_main {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	height: 652px;
	display: block;
}

.scrollbg {
	height: 170px;
}

.scroll {
	margin: 0 auto;
	width: 1180px;
	height: 160px;
	position: relative;
}

.s_pre, .s_next {
	display: block;
    width: 30px;
    height: 80px;
    text-align: center;
    position: absolute;
    background: #ececec;
    color: #fff;
}

a.s_pre {
	background: url(../img/arrow_l.png);
	top: 37px;
    left: -50px;
}
a.s_next {
	background: url(../img/arrow_r.png);
    top: 37px;
    right: -50px;
}
.outScroll_pic {
	height: 160px;
	left: 0;
	overflow: hidden;
	position: relative;
	width: 1180px;
	top: 2px;
}

.outScroll_pic .scroll_pic {
	position: absolute
}

.scroll_pic {
	margin: 0 auto;
	width: 65200px;
	height: 160px;
}

.scroll_pic li {
	float: left;
	float: left;
	height: 160px;
	width: 288px;
	margin: 5px 15px;
	_margin: 5px 14px 5px 4px;
	cursor: pointer;
	background: #000;
	margin-left: -5px;
}

.scroll_pic li img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.scroll_pic li:hover img,.scroll_pic li:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.scroll_pic li.currently img {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/*.scroll .current {
	width: 288px;
	height: 160px;
	border: 2px #ff780d solid;
	z-index: 10;
	position: absolute;
	top: 5px;
	left: 10px;
}*/