

           
        
/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#wrapper {

    width: 1145px;
	float:left;
    margin: 10px auto;

}
#jCarouselLiteDemo 
{
background:#343434;}
#jCarouselLiteDemo .carousel  {
    padding: 0px 0 0 0;
/*    margin: 0 0 20px 10px;*/
    position: relative;     
}
    #jCarouselLiteDemo .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    #jCarouselLiteDemo .main {
/*        margin-left: 40px;*/
    }

    #jCarouselLiteDemo .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    #jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        float: left;
        width: 53px;
        height: 53px;
        text-decoration: none;
        background:url(../images/slider_arrow_left.png) left no-repeat;
		margin-left:17px;
		margin-top:38px;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url(../images/slider_arrow_right.png) right no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url(../images/slider_arrow_left.png);
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url(../images/slider_arrow_right.png);
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
/*        border: 1px solid #fff;*/
        float: left;
/*        background-color: #fff;*/
		height:200px;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
		width:750px !important;
		margin-top:18px;
		margin-left:10px;
    }
         
		
		 
		

        
		#jCarouselLiteDemo .carousel li div 
		{
	color: #C8C8C8;
    font-size: 10px;
    line-height: 12px;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	padding-left:7px;
	padding-right:5px;
	text-align:left;
}
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarouselLiteDemo .vertical {
                margin-left: 170px;
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

