
#sliderFrame {
    margin: 0 auto;
    position: relative;
}
#ribbon {
    background: rgba(0, 0, 0, 0) url("ribbon.png") no-repeat scroll 0 0;
    height: 111px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 111px;
    z-index: 7;
}
#slider {
    background: #fff url("loading.gif") no-repeat scroll 50% 50%;
    box-shadow: 0 1px 5px #999999;
    float: left;
    margin: 0 auto;
    position: relative;
}
#slider img {
    border: medium none;
    display: none;
    position: absolute;
}
#slider a.imgLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
div.mc-caption-bg, div.mc-caption-bg2 {
    bottom: 0;
    font-size: 0;
    height: auto;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}
div.mc-caption-bg {
    background-color: black;
}
div.mc-caption {
    color: #eee;
    font: bold 14px/20px Arial;
    padding: 10px 0;
    text-align: center;
    z-index: 4;
}
div.mc-caption a {
    color: #fb0;
}
div.mc-caption a:hover {
    color: #da0;
}
div.navBulletsWrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    display: none;
    left: auto;
    padding-left: 0;
    position: relative;
    top: 0;
    width: 0;
    z-index: 5;
}
div.navBulletsWrapper div {
    background: transparent url("bullet.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: left;
    height: 11px;
    margin-right: 11px;
    overflow: hidden;
    vertical-align: middle;
    width: 11px;
}
div.navBulletsWrapper div.active {
    background-position: 0 -11px;
}
#slider {
    transform: translate3d(0px, 0px, 0px);
}
#slider {
    background: #ffffff url("loading.gif") no-repeat scroll 50% 50%;
    box-shadow: 0 0 0 #999999;
    float: left;
    height: 480px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
