﻿.divDriveAroundMap {
    float: left;
    width: 445px;
    height: 600px;
}

.divDriveAroundMapRestartContainer {
    float: left;
    width: 445px;
    height: 600px;
    z-index: 150;
    position: absolute;
    display: none;
}

.divDriveAroundMapRestart {
    float: left;
    margin-top: 520px;
    width: 100%;
    text-align: center;
}

.divDriveAroundMapClearContainer {
    float: left;
    top: 520px;
    width: 445px;
    height: 30px;
    z-index: 150;
    position: absolute;
    display: block;
}

.divDriveAroundMapClear {
    float: left;
    width: 445px;
    text-align: center;
}

.divDriveAroundView {
    float: left;
    width: 664px;
    height: 600px;
}

.divDriveAroundViewFramesContainer {
    float: left;
    width: 664px;
    height: 600px;
    z-index: 50;
    position: absolute;
}

.divDriveAroundViewStreetContainer {
    float: left;
    width: 664px;
    height: 600px;
    display: block;
    z-index: 100;
    position: absolute;
}

.divDriveAroundViewInstructions {
    float: left;
    width: 664px;
    height: 600px;
    z-index: 125;
    position: absolute;
}

.divDriveAroundViewOptions {
    float: left;
    top: 520px;
    width: 664px;
    height: 25px;
    z-index: 150;
    position: absolute;
    display: none;
}