*
{
	margin:					0;
	padding:				0;
}

html
{
	height:                100.1%;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff url(images/main-bg.gif);
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

h1, h2, h3
{
	font-family:			Helvetica, Verdana, Arial, sans-serif;
	font-weight:			normal;
	padding:				10px 0 0;
	margin:					0 0 10px;
}


a:link, a:visited
{
	color:					#e65551;
}

a:hover, a:active
{
	color:					#519ee6;
}

.clear
{
	clear:					both;
	overflow:				hidden;
	width:					1px;
	height:					1px;
	margin:					0 -1px -1px 0;
	border:					0;
	font-size:				0;
	line-height:			0px;
}

/* layout */

#container {
	width:					700px;
	/* background:				#fff url(images/head-digit.png) no-repeat 500px 25px; */
	margin: 				0 auto;
	text-align:				left;
	padding:				15px;
}

/* javascript */

.ajax-loading
{
	padding:                50px;
	background:             url(images/spinner.gif) no-repeat center;
}
		 .img-list
		 {
		 	clear:				both;
		 }

		 .img-list a
		 {
		 	float:				left;
		 	padding:			15px;
		 	outline:			0;
		 }
         
         
         .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:					-15px;
	top:					-15px;
	width:					30px;
	height:					30px;
	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:					10px;
	overflow:				hidden;
	text-align:				left;
}
.remo-title
{
	position:				relative;
}
.remo-title-bg
{
	position:				absolute;
	width:					100%;
	height:					100%;
	-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%;
}

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

.remo-bg-n
{
	left:					0;
	top:					-40px;
	width:					100%;
	background:				url(images/remo_bg_n.png) repeat-x;
}
.remo-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(images/remo_bg_ne.png) no-repeat;
}
.remo-bg-e
{
	right:					-33px;
	top:					0;
	height:					100%;
	background:				url(images/remo_bg_e.png) repeat-y;
}
.remo-bg-se
{
	right:					-33px;
	bottom:					-40px;
	background:				url(images/remo_bg_se.png) no-repeat;
}
.remo-bg-s
{
	left:					0;
	bottom:					-40px;
	width:					100%;
	background:				url(images/remo_bg_s.png) repeat-x;
}
.remo-bg-sw
{
	left:					-33px;
	bottom:					-40px;
	background:				url(images/remo_bg_sw.png) no-repeat;
}
.remo-bg-w
{
	left:					-33px;
	top:					0;
	height:					100%;
	background:				url(images/remo_bg_w.png) repeat-y;
}
.remo-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:				url(images/remo_bg_nw.png) no-repeat;
}