@charset "utf-8";
/* CSS Document */
.jCarouselLite                {overflow:hidden;}
.jCarouselLitePrev            {float:left; width:30px; height:70px; background:url(arrow_01_prev.png) center no-repeat;}
.jCarouselLiteNext            {float:right; width:30px; height:70px; background:url(arrow_01_next.png) center no-repeat;}
.jCarouselLiteContent         {float:left; width:639px;}
.jCarouselLiteContent ul      {margin:0; padding:0;}
.jCarouselLiteContent ul li   {float:left;}

/* button01 */
.jCarouselLitePrev01          {float:left; width:30px; height:70px; background:url(arrow_01_prev.png) center no-repeat; cursor:pointer;}
.jCarouselLiteNext01          {float:right; width:30px; height:70px; background:url(arrow_01_next.png) center no-repeat; cursor:pointer;}
