@charset "utf-8";

         #jCarouselLiteDemo .carousel  {
            padding:10px 0 0 0;
            margin:0 0 20px 10px;
            position:relative;
         }
         #jCarouselLiteDemo .main {
            width: 964px;
            margin: 0 auto;
         }
         #jCarouselLiteDemo .carousel a.prev {
            display:block;
            float:left;
            margin: 0px 10px;
            padding-top: 5px;
            text-decoration:none;
            background:url("../images/lightbox-btn-prev.png") left center no-repeat;
         }
         #jCarouselLiteDemo .carousel a.next {
            display:block;
            float:right;
            margin: 0px 10px;
            padding-top: 5px;
            text-decoration:none;
            background:url("../images/lightbox-btn-next.png") right center no-repeat;
         }
         #jCarouselLiteDemo .carousel a.next:hover, #jCarouselLiteDemo .carousel a.prev:hover {
            opacity:0.6;
            filter: alpha(opacity=60);
            -ms-filter: "alpha( opacity=60 )";
         }
         #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
            border:none;
            outline:none;
         }
         #jCarouselLiteDemo .carousel .jCarouselLite {
            float:left;
            _padding-right:10px;
            _height:115px;
            position:relative;
            visibility:hidden;
            left:-5000px;
         }
         #jCarouselLiteDemo .carousel ul {
            overflow:hidden;
            margin:0; padding:0;
         }
         #jCarouselLiteDemo .carousel li img {
            width:264px; height:88px;
            _width:274px; _height:98px;
            list-style:none;
            margin:0; padding:5px;
            overflow;hidden;
         }
