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

.remo-box
{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff no-repeat center;
	z-index: 41;
	border: 1px #fff solid;
}
.remo-loading
{
	background-image: url(../imgs/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-title-wrap
{
	position: absolute;
	left: 0;
	bottom: 10px;
	overflow: hidden;
	text-align: left;
}
.remo-title
{
	position: relative;
}
.remo-title-bg
{
	position: absolute;
	width: 100%;
	height: 130px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	background-color: #fff;
	z-index: 99;
}
.remo-title-txt
{
	position: relative;
	padding: 5px 15px;
	color: #000;
	z-index: 101;
}
.remo-img
{
	display: block;
	border: 0;
	width: 100%;
	height: 100%;
	border: #ccc solid 1px;
}

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


.img-list
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
width: 186px;
}

.img-list a
{
	float: left;
	padding: 2px;
	margin: 2px;
	outline: 0;
	border: #ccc solid 1px;
}

.img-list img
{
	border: #ccc solid 1px;
}

