
.mc_carousel {
    position: relative;
}

.mcc_item {
    float: left;
    margin-right: 8px;
    width: margin-right: 6px;
    width: 100px;;
}

.mcc_outer {
    overflow: hidden;
}

.mcc_nav {
    margin-top: 10px;
    text-align: center;
}

.mcc_nav_item {
    background: #777 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
    cursor: pointer;
}

.mcc_nav_item.mcni_active {
	background: #00AEEF;
}

.mcc_controllers {
    cursor: pointer;
    height: auto;
    left: -5px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 8px;
}

.mcc_controllers.mcc_cont_right {
    left: auto;
    right: -5px;
}

.mcc_controllers i {
    color: #999;
    font-size: 20px;
}