img.remooz-box-zoom-in {
	cursor: -moz-zoom-in;
}

img.remooz-box-zoom-out {
	cursor: -moz-zoom-out;
}

.remooz-box {
	background: #fff no-repeat center;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 997;
}

.remooz-loading {
	background-image: url(spinner.gif);
}

.remooz-body {
	height: 100%;
	width: 100%;
}

.remooz-box-dragging {
	cursor: move;
}

.remooz-btn-close {
	background: url(closebox.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	left: -15px;
	top: -15px;
	height: 30px;
	width: 30px;
	visibility: hidden;
	z-index: 9999;
}

.remooz-engine-ie6 .remooz-btn-close {
	background-image: url(closebox.gif);
}

.remooz-caption {
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: left;
}

.remooz-caption-bg {
	background-color: #000;
	position: absolute;
	left: 0;
	top: 20px;
	*top: 10px;
	height: 50px;
	width: 100%;
	z-index: 998;
}

.remooz-caption-content {
	color: #fff;
	font: 11px / 1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 15px;
	position: relative;
	z-index: 999;
}

.remooz-caption-content h6 {
	font-size: 1.2em;
	font-weight: bold;
}

.remooz-caption-content p {
	color: #eee;
}

.remooz-type-image img {
	display: block;
	border: 0;
	height: 100%;
	width: 100%;
}

.remooz-bg {
	position: absolute;
	height: 40px;
	width: 33px;
}

