div.wrapper {
    margin: 0 auto;
    position: relative;
    height: 610px;
}

.fn-clear {
    zoom: 1;
}

.box_skitter {
    position: relative;
    background: none;
}

.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}

.box_skitter .image {
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
    width: 1920px;
    height: 610px !important;
}

.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.box_skitter .prev_button {
    position: absolute;
    top: 50%;
    left: 17%;
    z-index: 100;
    width: 39px;
    height: 72px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    background: url(../images/left.png) no-repeat left top !important;
}

.info_slide_dots {
    position: absolute;
    width: 100%;
    z-index: 999;
    bottom: 16px;
    text-align:center;
}

.info_slide_dots .image_number {
    width: 9px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    text-indent: -100px;
    overflow: hidden;
    margin: 0 3px;
    background:#fff!important;
    cursor:pointer;
}

.info_slide_dots .image_number_select {
    background: #5ec986!important;
}

.box_skitter .next_button {
    position: absolute;
    top: 50%;
    right: 17%;
    z-index: 100;
    width: 39px;
    height: 72px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    background: url(../images/right.png) no-repeat left top !important;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    display: none;
}

.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10000;
    margin: -16px -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../images/ajax-loader.gif) no-repeat left top;
    width: 31px;
    height: 31px;
}

#slideshow {
    width: 1920px;
    height: 610px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow-x: hidden;
}

#slideshow ul {
    display: none;
}

#slideshow ul img {
    width: 1920px;
    height: 610px;
}