#content {
        width: 520px;
        height: 474px;
        text-align: center;
        background-color: #F2F2F2;
        padding: 5px;
        border: 5px solid #CCC;
}
#example {
        position: relative;
        width: 500px;
        height: 500px;
}
.slide-image {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        width: 500px;
        height: 374px;
        background-color: #FFF;
        background-position: center center;
        background-repeat: no-repeat
}