﻿@charset "utf-8";
.rollBox {
	width: 312px;
	height: 77px;
	overflow: hidden;
}
.rollBox .LeftBotton {
	height: 24px;
	width: 13px;
	background: url(../images/roll_l.jpg) no-repeat 0 0;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 25px 0 0 0;
	cursor: pointer;
}
.rollBox .RightBotton {
	height: 24px;
	width: 13px;
	background: url(../images/roll_r.jpg) no-repeat 0 0;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 25px 0 0 0px;
	cursor: pointer;
}
.rollBox .Cont {
	width: 286px;
	overflow: hidden;
	float: left;
	margin:0px 0px;
}
.rollBox .ScrCont {
	width: 10000000px;
}
.rollBox a {
 display:block; float:left; display:inline; width:102px; margin:0 21px 0 20px;
}


.rollBox a img {
	display: inline-block;
	width: 102px; height:77px;
}
.rollBox #List1, .rollBox #List2 {
    float: left;
}
