@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    background: #eeeeee;
    font-size: 12px;
}








/* featured-area */

#featured-area {
    height: 540px;
    width: 1320px;
    margin: 0 auto;
}

.roundabout-holder {
    list-style: none;
    width: 1320px;
    height: 573px;
    margin: 0px auto;
}

.roundabout-moveable-item {
    font-size: 12px!important;
    height: 505.6px;
    width: 800px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f9f9f9;
}

.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    margin: 0;
}

.roundabout-in-focus {
    cursor: auto;
}

.roundabout-in-focus:hover {
    -webkit-box-shadow: 0px 0px 20px #181819;
    -moz-box-shadow: 0px 0px 20px #181819;
    background: #f9f9f9;
}



.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
    outline: none;
    text-decoration: none;
}

.roundabout li {
    margin: 0
}

#featured-area strong {
    display: block;
    width: 100%;
    height: 20px;
    margin: 24px auto 14px;
    color: #E8ECF1;
    font-size: 16px;
    text-align: center;
    /*display: none;*/
}

#featured-area span {
    display: block;
    width: 180px;
    height: 12px;
    color: #C9CCD0;
    font-size: 12px;
    margin: 0 auto;
    /*display: none;*/
}

#featured-area .active {
    display: block;
}
#featured-area ul li strong{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #E8ECF1;
    margin-top: 20px;
}