
#rotator
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 58px;
	height: 78px;
}

#rotator img
{
	width: 58px;
	height: 78px;
	cursor:hand;
	cursor:pointer;
}

