#rotatescroll {
    height: 100px;
    position: absolute;
    bottom: 3vh;
    width: 100px;
    z-index:1000;
    left: 50%;
}
#rotatescroll .viewport {
    height: 100px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100px
}
#rotatescroll .overview {
    position: absolute;
    width: 498px;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}
#rotatescroll .overview li {
    height: 33px;
    width: 33px;
    float: left;
    position: relative;
}
#rotatescroll .overlay {
    background: url(../../Images/TinyCircleSlider/bg-rotatescroll.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px;
}
#rotatescroll .thumb {
    background: url(../../Images/TinyCircleSlider/bg-thumb.png) no-repeat 50% 50%;
    position: absolute;
    top: -3px;
    cursor: pointer;
    left: 46px;
    width: 100px;
    z-index: 200;
    height: 100px;
}
#rotatescroll .dot {
    background: url(../../Images/TinyCircleSlider/bg-dot.png) no-repeat 0 0;
    display: none;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 52px;
    top: 3px;
    z-index: 100;
}
#rotatescroll .dot span {
    display: none;
}
