@charset "utf-8";
/* CSS Document */
	
/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/
#jCarouselLiteDemo {
	margin:0 auto;
	
	text-align:center;
	}

#jCarouselLiteDemo .carousel  {
	width:1024px;
	padding:0;
    margin:0 auto;
    position: relative;
	
	
}
    
    

    
    #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: 72px;
        height: 172px;
        text-decoration: none;
        background:#F0F0F0 url("image/imageNavLeft.gif") 45px 80px no-repeat;
		
    }
        #jCarouselLiteDemo .carousel a.next {
            background:#F0F0F0 url("image/imageNavRight.gif") 0 80px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("image/imageNavRightHover.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("image/imageNavLeftHover.gif");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
        padding:0;
		float: left;
        background-color: #F0F0F0;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }
        #jCarouselLiteDemo .carousel li img{
            background-color: #fff;
            
            margin: 10px;
        }
		
        #jCarouselLiteDemo .carousel li p {
			margin: -34px 0 0 155px;
			padding:0 0 19px 0;
			color:#0F0;
			font: Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			font-weight:bold;
					}
		
		#jCarouselLiteDemo .carousel li div, 
            {
            background-color: #999999;
			margin: 10px;
            }
			
		#jCarouselLiteDemo .carousel li div img, 
            {
            background-color: #fff;
            }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
		
		#backscreen {
			background-image:url(image/s_show%20backscreen.jpg);
			width: 1024px;
            height: 500px;
			}
            #jCarouselLiteDemo .mid {
				padding:25px 0 0 0;
                margin:0 auto;
                width: 600px;
                height: 450px;
            }
			#jCarouselLiteDemo .min {
                margin:0 auto;
				width: 1024px;
                height: 172px;
				
               
            }
            #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 _____________________________________________*/