#rotator
{
 cursor: pointer;
 overflow: hidden;
  width:295px;
height:457px;
 margin: 50px auto 10px;
 position: relative;
}

#rotator img
{
 border: 0;
width:295px;
height:457px;
 cursor: pointer;
 display: none;
 position: absolute;
 top: 0;
 left: 0;

}
