.slide-wrapper{
    padding: 7px !important;
    position: relative;
}

#home-current-image{
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 233px;
    background-image: url(http://cdn.cheatcc.com/CCC-Css-Images/images/slider/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.home-thumbs{
    width: 665px;
    overflow: hidden;
    margin-top: 12px;
    position: relative;
    margin-left: -9px;
    z-index: 10;
}

.home-thumbs ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.home-thumbs ul li{
    float: left;
    margin-left: 9px;
    font-weight:bold;
    color: #FFF;
    border: 1px solid #212121;
    text-align: center;
    width: 122px;
    height: 64px;
    background-color: #000;
}

.home-thumbs ul li a{
    text-decoration: none;
    display: block;
    color: #ffffff;
}

.home-thumbs ul li a img{
    margin-bottom: 2px;
}

#home-current-slide{
    background:url('http://cdn.cheatcc.com/CCC-Css-Images/images/slider/home_thumb_selected.png') 0px 0px no-repeat;
    z-index:9;
    position:absolute;
    width:132px;
    height:83px;
    left: 3px;
    bottom: 3px;
}

#title-home-slide{
    text-transform: uppercase;
}