/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {
    position: relative;     
}

    #jCarouselLiteDemo .main {
      
    }

    #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: 24px;
        height: 190px;
        text-decoration: none;
        background: url("image/prev.png") left center no-repeat;
		margin:0 5px 0 10px;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("image/next.png") left center no-repeat;
			margin:0 10px 0 5px;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-position: -24px center;
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-position: -24px center;
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
        border: none;
        float: left; 
        /* 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: 200px;
            height: 160px;
          
        }
        
          #jCarouselLiteDemo .carousel li{
          padding-top: 15px;              
          margin: 0 8px 0 8px;
          **margin: 0 8px 0 8px;}
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarouselLiteDemo .vertical {
                margin-left: 200px;
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 200px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
.jCarouselLite{		
visibility: visible; overflow: hidden; position: relative; z-index: 2; left: 0px; width: 1171px;}

#border_carusel{
	width:1169px;
 
	height:190px;
}