.remooz-element
{
	cursor:					-moz-zoom-in;
	z-index:				10;
}

.lightbox_my{z-index:10;}


/**
 * Box layout
 */

.remooz-box
{
	position:				absolute;
	top:					0px;
	left:					0px;
	background:				#f7f4e8 no-repeat center;
	z-index:				1000;
	height:100%;
	padding:				0;
}
.remooz-loading
{
	background-image:		url(../images/spinner.gif);
}
.remooz-body
{
	width:					100%;
	height:					100%;
	z-index:				1000;
}
.remooz-box-focus.remooz-type-image .remooz-body
{

	cursor:					-moz-zoom-out;
	z-index:				1000;
}
.remooz-box-dragging .remooz-body
{
	cursor:					move;
	z-index:				1000;
}

/**
 * Close button
 */

.remooz-btn-close
{
	position:				absolute;
	right:					0px;
	top:					0px;
	width:					40px;
	height:					30px;
	text-decoration:		none;
	border:					0;
	background:				url(../images/lightbox_close.gif) no-repeat center;
	visibility:				hidden;
	cursor:					pointer;
	z-index:				1200;
}

.remooz-box A             {text-decoration:none; border-bottom:0px;}
.remooz-box A:link        {text-decoration:none; border-bottom:0px;}
.remooz-box A:visited     {text-decoration:none; border-bottom:0px;}
.remooz-box A:hover       {text-decoration:none; border-bottom:0px;}
.remooz-box A:active      {text-decoration:none; border-bottom:0px;}

.remooz-engine-trident4 .remooz-btn-close
{
	background-image:		url(../images/closebox.gif);
}

/**
 * Caption title
 */

.remooz-title
{
	position:				absolute;
	left:					0px;
	top:					0px;
	text-align:				left;
	width:					100%;
	z-index:				1000;
}
.remooz-title-bg
{
	position:				absolute;
	left:					0px;
	top:					0px;
	width:					100%;
	height:					30px;
	background-color:		#f7f4e8;
	
	z-index:				999;
	/* shadow opacity differs from box shadow because its default set to opacity 0.8 */
	/*-webkit-box-shadow:		0 0 10px rgba(0, 0, 0, 0.9);*/
}
.remooz-title-content
{
	position:				absolute;
	top:					-13px;
	padding:				0px;
	color:					#575757;
	z-index:				1001;
	font-size:				9px;
	font-family:			'Lucida Grande','Lucida Sans Unicode',verdana,arial;
	font-weight:			normal;

	z-index:				1000;
}


.remooz-engine-trident4 .remooz-title-bg
{
	display:				none;
}
.remooz-engine-trident4 .remooz-title-content
{
	
	background-color:		#575757;
	font-weight:			normal;
	z-index:				1000;
}

.remooz-title-content h6
{
	
	position:				relative;
	left:					0px;
	top:					0px;
	padding-left:			10px;
	font-size:				9px;
	color:					#575757;
	width: 					100%;
	font-weight:			normal;
	z-index:				1000;
}
.remooz-title-content p
{
	color:					#575757;
	z-index:				1000;
}

/**
 * Type specific
 */

.remooz-type-image img
{
	margin:0px;padding:0px;
	display:				block;
	border:					0;
	width:					100%;
	height:					100%;
	z-index:				1000;
	padding-top:30px;
}

/**
 * Shadow
 */

.remooz-bg
{	
	position:				absolute;

	width:					33px;
	height:					40px;
	z-index:				1000;
}

.remooz-bg-n
{
	left:					0;
	top:					-40px;
	width:					100%;
	background:				url(../images/remo_bg_n.png) repeat-x;
	z-index:				1000;
}
.remooz-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(../images/remo_bg_ne.png) no-repeat;
	z-index:				1000;
}
.remooz-bg-e
{
	right:					-33px;
	top:					30px;

	height:				100%;
	background:				url(../images/remo_bg_e.png) repeat-y;
	z-index:				1000;
}

.remooz-bg-emy
{
	right:					-33px;
	top:					0;
	height:				30px;
	background:				url(../images/remo_bg_e.png) repeat-y;
	z-index:				1000;
}


.remooz-bg-se
{
	right:					-33px;
	bottom:					-70px;
	background:				url(../images/remo_bg_se.png) no-repeat;
	z-index:				1000;
}
.remooz-bg-s
{
	left:					0;
	bottom:					-70px;
	width:					100%;
	background:				url(../images/remo_bg_s.png) repeat-x;
	z-index:				1000;
}
.remooz-bg-sw
{
	left:					-33px;
	bottom:					-70px;
	background:				url(../images/remo_bg_sw.png) no-repeat;
	z-index:				1000;
}
.remooz-bg-w
{

	left:					-33px;
	top:					30px;
	height:					100%;
	background:				url(../images/remo_bg_w.png) repeat-y;
	z-index:				1000;
}


.remooz-bg-wmy
{

	left:					-33px;
	top:					0px;
	height:					30px;
	background:				url(../images/remo_bg_w.png) repeat-y;
	z-index:				1000;
}

.remooz-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:				url(../images/remo_bg_nw.png) no-repeat;
	z-index:				1000;
}
