<style>

	/*图片滚动*/

.picBox{

	margin: 0px;

	width: 800px;

	height: 160px;

	float: left;

	/*background-color: #F3F3F3;*/

	padding-top: 2px;

	padding-right: 0px;

	padding-bottom: 2px;

	padding-left: 0px;

}

.ScrollBox {

	float: left;

	width: 720px;

	overflow: hidden;

	white-space: nowrap;

	padding: 0px;

	height: 170px;

	margin-top: 5px;

	margin-right: 0px;

	margin-bottom: 5px;

	margin-left: 0px;

}

.ScrollItems,

.ScrollItems ul,

.ScrollItems ul li{ display: inline; 

}



.ScrollItems {

	color: #FF0000;

	width: 894px;
	float: left;

	margin: 0px;

	padding: 0px;

	text-align: center;

}

.ScrollItems ul{

    color: #FF0000;

    margin: 0px;

    padding: 0px;

    float: left;

}

.ScrollItems ul li{

	color: #636563;

	width: 117px;

	float: left;

	background-color: #fff;

	text-align:left;

	list-style-type: none; margin:22px 0px 15px 25px; background:url(/Resources/images/indexpiclistbg.gif) no-repeat;

}



.ScrollItems ul li h1{text-align:center; padding-top:15px;}



.picLBtn{

	background-image: url(/Resources/images/left.gif);

	background-repeat: no-repeat;

	background-position: -425px -192px;

	width: 20px;

	float: left;

	height: 30px;

	margin-top: 60px;

	margin-right: 20px;

	margin-bottom: 0px;

	margin-left: 0px;

	cursor:pointer;

	padding: 0px;

}

.picRBtn{

	background-image: url(/Resources/images/right.gif);

	background-position: -450px -192px;

	height: 30px;

	width: 20px;

	float: right;

	background-repeat: no-repeat;

	margin-top: 60px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 20px;

	cursor:pointer;

	padding: 0px;

}

	</style>