
#featured-area {
    height: 337px;
    width: 640px;
    margin: 0 auto 0
}

.roundabout-holder {
    list-style: none;
    width: 500px;
    height: 300px;
    margin: 0 auto
}

.roundabout-moveable-item {
    font-size: 12px!important;
    height: 270px;
    width: 450px;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f9f9f9
}

.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
    background-color: #fff;
    margin: 0
}

.roundabout-in-focus {
    cursor: auto
}

.roundabout-in-focus:hover {
    -webkit-box-shadow: 0 0 20px #787878;
    -moz-box-shadow: 0 0 20px #787878;
    background: #f9f9f9
}

.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
    outline: 0;
    text-decoration: none
}

.roundabout li {
    margin: 0
}