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

.remo-box {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff no-repeat center;
	z-index: 41;
}

.remo-loading {
	background-image: url(images/spinner.gif);
}

.remo-content {
	width: 100%;
	height: 100%;
}

.remo-box-focus .remo-content {
	cursor: -moz-zoom-out;
}

.remo-box-dragging .remo-content {
	cursor: move;
}

.remo-btn-close {
	position: absolute;
	left: -14px;
	top: -14px;
	width: 13px;
	height: 13px;
	text-decoration: none;
	border: 0;
	background: url(images/closebox.png) no-repeat top left;
	visibility: hidden;
	cursor: pointer;
}

.remo-title-wrap {
	position: absolute;
	left: 0;
	bottom: -50px;
	overflow: hidden;
	text-align: left;
}

.remo-title {
	position: relative;
}

.remo-title-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.remo-title-txt {
	position: relative;
	padding: 10px 5px 5px 1px;
	color: #999;
	z-index: 101;
}

.remo-img {
	display: block;
	border: 0;
	width: 100%;
	height: 100%;
}

.remo-bg {
	position: absolute;
	width: 40px;
	height: 65px;
}

.remo-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(images/ben_bg_n.png) repeat-x;
}

.remo-bg-ne {
	right: -40px;
	top: -40px;
	background: url(images/ben_bg_ne.png) no-repeat;
}

.remo-bg-e {
	right: -40px;
	top: 0;
	height: 100%;
	background: url(images/ben_bg_e.png) repeat-y;
}

.remo-bg-se {
	right: -40px;
	bottom: -65px;
	background: url(images/ben_bg_se.png) no-repeat;
}

.remo-bg-s {
	left: 0;
	bottom: -65px;
	width: 100%;
	background: url(images/ben_bg_s.png) repeat-x;
}

.remo-bg-sw {
	left: -40px;
	bottom: -65px;
	background: url(images/ben_bg_sw.png) no-repeat;
}

.remo-bg-w {
	left: -40px;
	top: 0;
	height: 100%;
	background: url(images/ben_bg_w.png) repeat-y;
}

.remo-bg-nw {
	left: -40px;
	top: -40px;
	background: url(images/ben_bg_nw.png) no-repeat;
}

