.carousel {margin-top:80px; margin-left:15px;}

     .carousel a.prev,  .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        text-decoration: none;
        background: url("../images/prev.png") no-repeat;
		margin:10px;
		margin-top:60px;
    }
         .carousel a.next {
            background: url("../images/next.png") no-repeat;
        }
             .carousel a.next:hover {
                background: url("../images/next.png") 0 -30px no-repeat;
            }
             .carousel a.prev:hover {
                background: url("../images/prev.png") 0 -30px no-repeat;
            }    
             .carousel a:hover,  .carousel a:active {
                border: none;
                outline: none;
            }                 
     .carousel .jCarouselLite {
        float: left;
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
         .carousel ul {
            padding:0 10px;
        }
         .carousel li {		
		height:160px;
		width:150px;
		
		}
				
         .carousel li img, 
         .carousel li p {
			max-height:120px;
			height:auto !important;
			height:120px;

        }
        
             .vertical {
                margin-left: 170px;
            }
                 .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
             .imageSlider li img, 
             .imageSlider li p, 
             .imageSliderExt li img , 
             .imageSliderExt li p {
                width: 400px;
            }
