﻿.FancyGeneralImageTitle {
    width: 100%;
    height: 30px;
    opacity: 0.7;
}

.FancyGeneralImageText {
    font-weight: bold;
    opacity: 1;
    padding-left: 10px;
    position: absolute;
    top: 15px;
}

.FGIList {
    padding: 0;
    margin: 0;
    border: 0;
    
}

.roundabout-holder {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 460px;
    height: 200px;
}

.roundabout-moveable-item {
    height: 200px;
    width: 220px;
    cursor: pointer;
    background-color: #ccc;
}

.roundabout-in-focus {
    cursor: auto;
}
