﻿@charset "utf-8";
.rollBox {
 position: relative;
	height: 100px;

}
.rollBox .LeftBotton {
background-image:url("../images/roll_l.jpg");
  background-color:transparent;
background-repeat:no-repeat;
    cursor: pointer;
    display: inline;
    float: left;
    height: 24px;
    left: 6px;
    margin: 23px 0 0;
    overflow: hidden;
    position: absolute;
    width: 13px;
}
.rollBox .RightBotton {
  background-color:transparent;
background-image:url("../images/roll_r.jpg");
background-repeat:no-repeat;
    cursor: pointer;
    display: inline;
    float: left;
    height: 24px;
    margin: 22px 7px 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;}
.rollBox .Cont {
 margin: 20px auto 0;
    overflow: hidden;
    width: 960px;
}
.rollBox .ScrCont {
	width: 10000000px;
}
.rollBox a {
 display:block; float:left; display:inline;  margin:0 21px 0 20px;
}


.rollBox a img {
	display: inline-block;
 height:71px;
}
.rollBox #List1, .rollBox #List2 {
    float: left;
}
