﻿/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

 .carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 10px 10px;
    position: relative;     
}
     .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
     .carousel a.prev{
        display: block;
        float: left;
        width: 35px;
        height: 52px;
        margin-right:5px;
        float:left;
		padding-top:80px;
        text-decoration: none;
        background: url("left.jpg");
        background-repeat:no-repeat;
        background-position:left center;
    }
         .carousel a.next 
         {
        display: block;
        float: left;
        width: 38px;
        height: 49px;
        margin-left:5px;
        float:left;
		padding-top:80px;
        text-decoration: none;
        background: url("right.jpg");
         background-repeat:no-repeat;
        background-position:left center;
        }
             .carousel a.next:hover {
                background-image: url("right.jpg");
            }
             .carousel a.prev:hover {
                background-image: url("left.jpg");
            }    
             .carousel a:hover,  .carousel a:active {
                border: none;
                outline: none;
            }                 
     .carousel .jCarouselLite {
        
        float: left;
        /*
border: 1px solid black;
background-color: #dfdfdf; */
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
         .carousel ul {
            margin: 0;
        } 
        .carousel ul li{
            width:270px;
            height:95px;
        }  
        .thematic ul li{
            width:120px;
            height:136px;
        }  
        
      

      
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

