/* CSS Document */
    #carousel{
        background:#fff url(site/gbackground.png);
        width:540px;
        height:400px;
        position:absolute;
        border:1px solid #ccc;
        margin-bottom:30px;
        
    }
    div.carousel-break{
    padding-bottom:300px;
    }    
    img.carousel{
        width:400%;
        height:100%;
        border:1px solid #ccc;
    }
    

