@charset "utf-8";
/* CSS Document */

/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

.carousel{
    position: relative; float:left; width:364px; height:96px; overflow:hidden; margin:0 3px; display:inline;
}
a.prev, a.next{
        display: block;
        float: left;
        width: 17px;
        height: 96px;
        text-decoration: none;
        background:#e2d18d;
}
.carousel ul, .carousel ul li{
        margin: 0; padding:0;
}
.carousel ul li{
        float:left; width:179px; padding:0px; height:96px; padding:0 3px; 

}            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/
