* {
    padding:0;
    margin:0;
}
body{
    padding:0px;
    background-color: #FFF
}

.carContainer {
    margin: auto;
    margin-top: 0px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    position: relative;
}
.spritezoom-stage {
    background-color: #FFF;
}

.inner-car-images {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 200px;
    height: 100px;
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    pointer-events: none;
}
.inner-images{
    width:100%;
}
.animation-speed {
    color: #007bff;
}
.showOnAnimation {
    display: none;
}

.zoom-range {
    display: none;
}

.buttons {
    position: absolute;
    bottom: 3px;
    left: 3px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 4px;
}

