﻿.scrollImgList
{
	width: 960px;
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	background: url(../images/scroll_bg.gif) repeat-x;
}
.scrollImgList .LeftBotton
{
	float: left;
	width: 18px;
	height: 219px;
	background: url(../images/scroll_btn.gif) no-repeat;
	cursor: pointer;
}
.scrollImgList .RightBotton
{
	float: right;
	width: 18px;
	height: 219px;
	background: url(../images/scroll_btn.gif) no-repeat -47px 0px;
	cursor: pointer;
}
.scrollImgList .Cont
{
	float: left;
	width: 924px;
	padding: 18px 0 0;
	overflow: hidden;
}
.scrollImgList .ScrCont
{
	width: 32766px;
	overflow: hidden;
	zoom: 1;
}
#List1_1, #List2_1
{
	float: left;
}
.scrollImgList li
{
	float: left;
	width: 230px;
	text-align: center;
}
.scrollImgList li img
{
	display: block;
	margin: 0 auto;
	width: 190px;
	height: 175px;
	border: 1px solid #d6d6d6;
	padding: 4px;
}
.scrollImgList li a:hover img
{
	border: 1px solid #eb9c99;
}