
#rotator
{
	border: 1px solid #000;
	cursor: default;
	overflow: hidden;
	position: relative;
	width:120px;
	height:166px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width:120px;
	height:166px;
}

