.remooz-element{	cursor:					-moz-zoom-in;}/** * Box layout */.remooz-box{	position:				absolute;		background:				#fff no-repeat center;	z-index:				100;      padding:				10px;	-moz-border-radius:		3px;	-webkit-border-radius:	3px;}.remooz-loading{	background-image:		url(spinner.gif);	background-repeat:		no-repeat;	background-position:	center;}.remooz-body{	width:					100%;	height:					100%;}.remooz-box-focus.remooz-type-image .remooz-body{	cursor:					-moz-zoom-out;}.remooz-box-dragging .remooz-body{	cursor:					move;}/** * Close button */.remooz-btn-close{			position:				absolute;	width:					30px;	height:					30px;	right:					-15px;	top:					-15px;	background:				url(closebox.png) no-repeat center;	border:					none;}.remooz-engine-trident4 .remooz-btn-close{	background-image:		url(closebox.gif);}/** * Type specific */.remooz-type-image img{	display:				block;	border:					0;	width:					100%;	height:					100%;}/** * Shadow */.remooz-bg{	position:				absolute;	width:					33px;	height:					40px;}.remooz-bg-n{	left:					0;	top:					-40px;	width:					100%;	background:				url(remo_bg_n.png) repeat-x;}.remooz-bg-ne{	right:					-33px;	top:					-40px;	background:				url(remo_bg_ne.png) no-repeat;}.remooz-bg-e{	right:					-33px;	top:					0;	height:					100%;	background:				url(remo_bg_e.png) repeat-y;}.remooz-bg-se{	right:					-33px;	bottom:					-40px;	background:				url(remo_bg_se.png) no-repeat;}.remooz-bg-s{	left:					0;	bottom:					-40px;	width:					100%;	background:				url(remo_bg_s.png) repeat-x;}.remooz-bg-sw{	left:					-33px;	bottom:					-40px;	background:				url(remo_bg_sw.png) no-repeat;}.remooz-bg-w{	left:					-33px;	top:					0;	height:					100%;	background:				url(remo_bg_w.png) repeat-y;}.remooz-bg-nw{	left:					-33px;	top:					-40px;	background:				url(remo_bg_nw.png) no-repeat;}
