 .carousel  {
    padding: 10px 0 0 0;
    margin: 10px 0 20px 10px;
    position: relative; 
		float:left;
       
           
}

              
 .prev {
        display: block;
        float: left;
        width: 22px;
        height: 22px;
        text-decoration: none;
        background: url("../images/imageNay.gif");
    }
       
       .next {
        display: block;
        float: left;
        width: 22px;
        height: 22px;
        text-decoration: none;
        background: url("../images/imageNax.gif");
    }
       
        
                       
    .carousel .jCarouselLite {
        border: 0px solid black;
        float: left;
        background-color: #ffffff;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        .carousel ul {
            margin: 0;
        }
         
         .carousel li {
             width: 20px;
 height: 19px;
 display: block;
 float: left; 
 background: url('../images/page.gif') no-repeat;
 font-weight: bold;

 font-size: 9px; 
 color: #3c3c3c; 
 text-decoration: none; 
 padding: 7px 0px 0px 2px; 
 margin: 0px 3px 0px 0px; 
										 
        }
  


         
             
