div#rotator {
	cursor:default;
	overflow: hidden;
	position: relative;
	width:150px;
	height:150px;
	margin:0px;
	padding:0px;
	z-index:90;
	text-align:center;
	float:left;
	margin-right:20px;
	background-color:#fff;
}

div#rotator img {
	border:none;
	cursor:pointer;
	width:100px;
	height:150px;
	z-index:90;
	text-align:center;
	margin:0px;
	padding:0px;
}

div#rotator * {
	cursor:default;
}
div#rotator *:hover {
	cursor:default;
}
