﻿/* 效果CSS开始 */
#zsgun{
	background: #FFFFFF;
	position: relative;
	height: 70px;
	width: 990px;
	margin: auto;
	padding-top: 10px;
}

a.hScrollPane_leftarrow{
	top: 15px;
	cursor: pointer;
	display: block;
	width: 25px;
	height: 58px;
	background: url(../images/zsleftbar.gif) no-repeat left top;
	left: 0px;
	position: absolute;
}
a.hScrollPane_leftarrow:hover{background:url(../images/zsleftbar.gif) no-repeat left -58px;}
a.hScrollPane_rightarrow{
	top: 15px;
	cursor: pointer;
	display: block;
	width: 25px;
	height: 58px;
	background: url(../images/zsrightbar.gif) no-repeat left top;
	right: 8px;
	position: absolute;
}
a.hScrollPane_rightarrow:hover{background:url(../images/zsrightbar.gif) no-repeat left -58px;}
.hScrollPane_dragbar{
	width: 843px;
	position: absolute;
	left: 15px;
	top: 80px;
	z-index: 1;
	padding: 0 39px;
}
.hScrollPane_draghandle{position:absolute; width:180px; height:10px; overflow:hidden; background:url(../images/gunbar.png) no-repeat left top;_background:url(../images/gunbar.gif) no-repeat left top; bottom:-5px; cursor:pointer; margin:0 39px; left:0;}
#gundiv{
	width: 932px;
	position: relative;
	margin-left: 25px;
	padding-top: 0px;
	float: left;
	display: inline;
	height: 70px;
	overflow: hidden;
}
#gundiv ul {
	height: 60px;
	position: absolute;
	width: 10000px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#gundiv li{
	height: 60px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	position: relative;
	display: inline-block;
}
#zsgun #gundiv ul li img {
	height: 60px;
	width: 218px;
}
