﻿#featured-area {
    width: 1310px;
    margin:0 auto;
    position: relative;
}

.roundabout-holder {
    list-style: none;
    width: 640px;
    height: 582px;
    margin: 0px auto;
}

.roundabout-moveable-item {
    font-size: 0.6rem !important;
    height: 582px;
    width: 640px;
    cursor: pointer;
    background: #fff;
    box-shadow:0 2px 20px rgba(0,0,0,.2);
}

.roundabout-moveable-item img {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0;
}
.roundabout-moveable-item h3 {
    font:700 1.2rem "Microsoft YaHei";
    color: #000;padding: 15px 0;
    display: block;
    text-align: center;
}
.roundabout-moveable-item .intro{
    font:0.9rem "Microsoft YaHei";
    color: #808080;
    display: block;
    text-align: center;
    padding: 0 3rem;
}
.roundabout-moveable-item .pare{
    font-size: 0.8rem;
    color: #808080;
    display: block;
    text-align: center;
    padding: 0 3rem;
}
.roundabout-moveable-item .link{
    font-size: 0.8rem;
    color:#62a8ea;
    display: block;
    text-align: center;
    padding: 0 3rem;
    margin: 20px 0;

}
.roundabout-in-focus {
    cursor: auto;
}

.roundabout-in-focus:hover {
    background: #f9f9f9;
}

.roundabout-holder span {
    display: none;
}

.roundabout-in-focus:hover span {
    display: inline;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 8px 20px;
    background: #f9f9f9;
    color: #3366cc;
    z-index: 999;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topLeft: 5px;
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
}

.roundabout a:active, .roundabout a:focus, .roundabout a:visited {
    outline: none;
    text-decoration: none;
}

.roundabout li {
    margin: 0
}
#featured-area{
    margin-top: 0px;
}
#featured-area .ban_l_btn, #featured-area .ban_r_btn {
    position: absolute;
    top: 50%;
    margin-top: -85px;
    left: -1px;
    display: block;
    width: 65px;
    height: 68px;
    background: url(../images/wid65Btn.png) 0 0;
    z-index: 9;
    overflow: hidden;
}

#featured-area .ban_r_btn {
    left: auto;
    right: -1px;
    background-position: -65px 0;
}

#featured-area ul li div {
    width: 100%;
    height: 100%;
}
