
.slide {
    display: none;
    position: relative;
    height: 500px;
}

.screenShot {
    position: absolute;
    left: 160px;
    border: 1px solid #bbcccc;
}

.caption {
    height: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding: 5px 0px 10px 3px;
}

.message {
    position: absolute;
    left: 0;
    width: 150px;
    padding: 10px 5px 0px 5px;
}

.smallFontElement {
    font-size: 10px;
}


#navBar {
    margin-bottom: 15px;
    margin-top: 20px;
}

