img { border: 0; }

/* Tiny Circleslider */
#rotatescroll { height:400px; position:relative; width:400px; }
#rotatescroll .viewport{ height:400px; position: relative; margin:0 auto; overflow:hidden; width:400px; pointer-events: none }
#rotatescroll .overview { position: absolute; width: 798px; list-style: none; margin: 0; padding: 0;  left: 0; top: 0; }
#rotatescroll .overview li { height:400px; width:400px; float: left; position: relative; }
#rotatescroll .overlay 
{
background:url(bg-rotatescroll.png) no-repeat 0 0; 
pointer-events: none; position: absolute; 
left: 0; 
top: 0; 
height:400px; 
width:400px; }
#rotatescroll .thumb { 
background:url(images/bg-thumb.png) no-repeat 50% 50%;
touch-action: none; 
-ms-touch-action: none; 
position: absolute; 
top: -3px; 
cursor: pointer; 
left: 137px; 
width: 100px; 
z-index: 500;  
height: 100px; }
#rotatescroll .dot { background:url(images/bg-dot.png) no-repeat 0 0; display: none; height: 12px; width: 12px; position: absolute; left: 155px; top: 3px; z-index: 100; }
#rotatescroll .dot span { display: none; }

