img { border: 0; }

/* Tiny Circleslider */
#rotatescroll { height:600px; position:relative; width:600px; }
#rotatescroll .viewport{
	height: 510px;
	position: relative;
	overflow: hidden;
	width: 510px;
	pointer-events: none;
	border-radius: 255px;
	border-style: solid;
	border-width: 2px;
	border-color: #489845;
	margin-right: auto;
	margin-left: auto;
	top:45px;
    z-index: 9999;
	background-color:#fff;
 }
#rotatescroll .overview { position: absolute; width: 798px; list-style: none; margin: 0; padding: 0;  left: 0; top: 0; }
#rotatescroll .overview li { height:510px; width:510px; float: left; position: relative; }
#rotatescroll .overview li img {
    width: 510px;
   /* border-radius: 50%;*/
 
}
#rotatescroll .overlay { pointer-events: none; position: absolute; left: 0; top: 0; height:600px; width:600px; }
#rotatescroll .dot span { display: none; }

#rotatescroll .thumb {
    touch-action: none;
    -ms-touch-action: none;
    position: absolute;
    top: -3px;
    cursor: pointer;
    left: 137px;
    width: 75px;
    z-index: 200;
    height: 75px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
}





#rotatescroll .dot {
    /* background: url(images/bg-dot.png) no-repeat 0 0; */
    display: block;
    height: 75px;
    width: 75px;
    position: absolute;
    left: 155px;
    top: 3px;
    z-index: 100;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    border-color: #fafafa;
}

.thumb-arrow {
    content: '';
    position: absolute;
    width: 50px;
    height: 15px;
    bottom: -29px;
    left: 50%;
    /* margin-left: -25px; */
    /* background-image: url(../img/rotate-thumb.png); */
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    content: '';
    top: 100px;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 35%;
    transform: translate(-50%, -30%) rotate(45deg);
    background: #489845;
}
