.remo-zoom-in
{
	cursor:					-moz-zoom-in;
}

.remo-box
{
	position:				absolute;
	top:					0;
	left:					0;
	background: #141414 url(images/spinner.gif) no-repeat center;
	z-index:				41;
	height: 30px;
}
.remo-box.remo-box-focus
{
	cursor:					-moz-zoom-out;
}
.remo-box.remo-box-dragging
{
	cursor:					move;
}

.remo-box .remo-btn-close
{
	position:				absolute;
	left:					-15px;
	top:					-15px;
	width:					30px;
	height:					30px;
	text-decoration:		none;
	border:					0;
	background:				url(images/closebox.png) no-repeat top left;
	visibility:				hidden;
}
.remo-box.remo-box-focus .remo-btn-close
{
	visibility:				visible;
}

.remo-img
{
	display:				block;
	width:					100%;
	height:					100%;
	border: thin solid #fff;
}
.remo-img.remo-closebale
{
	cursor:					pointer;
}
