﻿#gla {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 500px
}

.bac {
    position: absolute;
    bottom: 0;
    left: 50px
}

#gla_box {
    width: 1000px;
    margin: auto;
    height: 500px;
}

.gla_inbox {
    overflow: hidden;
    position: relative;
    border-radius: 0px !important;
}

.gla_inbox p {
    text-indent: 1em;
    font-size: 14px;
    width: 100%;
    color: #fff;
    line-height: 30px;
    background: #000
}

.gla_inbox a {
    padding: 5px;
    display: block;
    position: absolute;
    top: 220px;
    left: 90px;
    background: #06c;
    color: #fff
}

.gla_inbox img {
    width: 100%;
}

.roundabout-holder {
    height: 400px;
    width: 1000px
}

.roundabout-moveable-item {
    display: block;
    height: 300px;
    width: 500px;
    cursor: pointer
}

.roundabout-in-focus {
    cursor: auto
}