/* CSS Document */
    #carousel{
        background:transparent;
        width:500px;
        height:330px;
        position:absolute;
        border:0px solid #FFFFFF;
        
    }
    div.carousel-break{
    padding-bottom:300px;
    }    
    img.carousel{
        width:400%;
        height:100%;
        border:1px solid #ccc;
    }
    
