@charset "utf-8";
body,ul,li,div{padding:0;margin:0;list-style-type:none;}
a,img {border:none;}
.clear {clear:both;display:block;}
.carousel {width:350px; margin:10px auto;}
.carousel .prev , .carousel .next {height:50px;width:20px;overflow:hidden;display:block;margin-top:20px;text-decoration:none;cursor:pointer;}
.carousel .prev {float:left;background:url(imageNavLeft.png) no-repeat;}
.carousel .next {float:left;background:url(imageNavRight.png) no-repeat; float:right;}
.carousel #prev-03.disabled{background:url(imageNavLeft-disabled.png) no-repeat;cursor:default;}
.carousel #next-03.disabled{background:url(imageNavRight-disabled.png) no-repeat;cursor:default; float:right;}

.jCarouselLite {float:left;width:200px;height:100px;overflow:hidden;/*必要元素*/}
.jCarouselLite li{height:100px;width:102px;text-align:center;}
.jCarouselLite li img,.jCarouselLite-01 li img{border:solid 1px #ddd;}

.carousel-01 {width:100px;margin:30px auto;}
.carousel-01 .prev , .carousel-01 .next {height:23px;width:23px;overflow:hidden;display:block;margin-left:60px;text-decoration:none;cursor:pointer;}
.carousel-01 .prev {background:url(imageNavLeft.png) no-repeat;}
.carousel-01 .next {background:url(imageNavRight.png) no-repeat; float:right;}
.jCarouselLite-01 {height:100px;width:152px;overflow:hidden;/*必要元素*/}
.jCarouselLite-01 li{height:100px;width:152px;text-align:center;padding:5px 0;}