﻿@charset "utf-8";

.clear {clear:both;}
.carousel {width:980px; margin:auto;position:relative;}
.carousel .prev , .carousel .next {height:23px;width:23px;overflow:hidden;display:block;text-decoration:none;cursor:pointer;}
.carousel .prev {background:url(../images/imageNavLeft.gif) no-repeat;float:left;position:relative;left:0px;top:37px;}
.carousel .next {background:url(../images/imageNavRight.gif) no-repeat;float:right;position:relative;right:0px;top:37px;}
.carousel #prev-03.disabled{background:url(../images/imageNavLeft-disabled.gif) no-repeat;cursor:default;}
.carousel #next-03.disabled{background:url(../images/imageNavRight-disabled.gif) no-repeat;cursor:default;}

.jCarouselLite {float:left;width:900px;height:98px;overflow:hidden;/*必要元素*/}
.jCarouselLite li{height:98px;width:304px;text-align:center;position:relative;}
.jCarouselLite li img{}
