

                     

/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 10px;
    position: relative;     
			width:293px;
			height:151px;
}
    #jCarouselLiteDemo .digg {
				width:293px;
        position: absolute;
        left: 610px;
        top: 110px;
    }
    #jCarouselLiteDemo .main {
        margin-left: 40px;
		width:293px;
    }

    #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: 23px;
        height: 151px;
        text-decoration: none;
        background: url(../images/arrows_17.html) left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url(../images/arrows_16.html) right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url(../images/ind3_82.html);
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url(../images/ind3_84.html);
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
		width:293px;
        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 {
			text-align:center;
            background-color: #fff;
		width:293px;
            height: 151px;
            margin: 10px;
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                margin-left: 80px;
				width:293px;
                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:259px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
				text-align:center;
   				width:259px;
                height: 300px;
            }
			
			
			.captions {
				font-family:"Calibri";
				font-size:15px;
				color:#000;
				text-transform:uppercase;
				font-weight:bold;
				text-align:center;
				padding-top:4px;
				z-index:99;
			}
            	.captions a {
				color:#000;
				text-transform:uppercase;
				text-decoration:none;
				text-align:center;
				z-index:99;
	
			}
			    .captions a:hover {
				color:#ea1104;
				z-index:99;
			}
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/



            
