
#slideshow {
    background: none repeat scroll 0 0 #EEEEEE;
    width: 100%;
}

.slideshow-wrapper {
    margin: 0 auto;
    position: relative;
    width: 1170px;
}
ul.slideshow {
    height: 530px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 1245px;
}
.slideshow-wrapper .backward {
    background: url("../images/left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 120px;
    left: -35px;
    position: absolute;
    top: 185px;
    width: 61px;
}

.slideshow-wrapper .forward {
    background: url("../images/right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 120px;
    position: absolute;
    right: -35px;
    top: 185px;
    width: 61px;
}

.slideshow-wrapper .browse-button{
	overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
}
.slideshow-wrapper .browse-button, .slideshow-wrapper .tab-pager {
    z-index: 50;
}




/*slide*/

.slideshow-wrapper .total {
    position: absolute;
    right: -34px;
    top: 291px;
    z-index: 99999;
}
.tab-pager.tab-pager-ring-lgray a{ display:none;}

.tab-pager.tab-pager-img a.activeSlide {
    display: block;
    outline: medium none;
    position: absolute;
    right: -28px;
    top: 276px;
    z-index: 99999;
}