/* CSS Document */
#rotatorContainer {
width: 185px;
height: 170px;
padding: 0;
margin-bottom: 10px;
}

#rotator {
cursor: none;
overflow: hidden;
margin: 0px auto 0px;
position: relative;
width: 185px;
height: 170px;
float: right;
}

#rotator img {
border: 0;
cursor: pointer;
width: 185px;
height: 170px;
}

.rotatorContainer {
width: 185px;
height: 170px;
margin: 0 0 10px 0;
}