﻿.rollBox
{
    height:565px; 
    margin:0; 
    width:770px; 
    float:left; 
    overflow:hidden;
}
.rollBox .LeftBotton
{
    height:50px; 
    width:300px; 
    overflow:hidden; 
    float:left; 
    display:inline; 
    margin:0px; 
    cursor:pointer;
    text-align:right;
    line-height:50px;
}
.rollBox .RightBotton
{
    height:50px; 
    width:300px; 
    overflow:hidden; 
    float:right; 
    display:inline; 
    margin:0px; 
    cursor:pointer;
    text-align:left;
    line-height:50px;
}
.rollBox .Cont
{
    width:770px; 
    overflow:hidden; 
    float:left; 
}
.rollBox .ScrCont
{
    width:10000000px;
}
.rollBox .Cont .pic
{
    width:700px;
    overflow:hidden;
    float:left;
}
.rollBox .Cont .pic img
{
    background:#fff;
    display:block;
}
.rollBox #List1, .rollBox #List2
{
    float:left;
}