@charset "utf-8";
/* CSS Document */

.rotatorframe{ overflow:hidden;position:relative;margin:20px auto 20px auto;text-align:center;}
.rotatorloading{background:url(loading-spiral.gif) #FFF center center no-repeat;position:absolute;z-index:2;top:0;left:0;margin:0;padding:0;}
.rotatorcontent {margin-left:0;}
.rotatorcontent a{float:left}
.rotatorcontent img{float:left}
.prev, .next{height: 100%;position: absolute;top: 0;width:30%;z-index:1;}
.prev{left: 0;background:url(leftArrow.png) left center no-repeat;cursor:pointer}    
.next{right: 0;background:url(rightArrow.png) right center no-repeat;cursor:pointer}   