/* CSS Document */

/*_____________________________________________ Start - Projects - jCarouselLiteWrapper _____________________________________________*/



#jCarouselLiteDemo .carousel  {
    padding: 0px 0 0 0;
    margin: 0 0 0px 0px; 
    position: relative;     
}
    #jCarouselLiteDemo .main {
        margin-left: 0px;
    }
            
    #jCarouselLiteDemo .carousel .jCarouselLite {
        /*border: 1px solid black;*/
        float: left;
        /*background-color: #dfdfdf;*/
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
            width: 190px;
            height: 127px;
            margin: 10px;
        }
		#jCarouselLiteDemo .carousel li h3 {
            margin: 10px;
			margin-bottom:0px;
			margin-top:0px;
        }
		#jCarouselLiteDemo .carousel li h5 {
            margin: 10px;
			color:#333333;
			margin-top:0px;
        }
		
		/*#btnPrev {
			width:18px;
			height:18px;
			background-image:url(/graphics/common/arrow-left.png);
			background-repeat:no-repeat;
		}
		
		#btnNext {
			width:18px;
			height:18px;
			background-image:url(/graphics/common/arrow-right.png);
			background-repeat:no-repeat;
		}*/
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/
