/* fade-in, fade-out for guided tours */
.flash_wrapper_outer {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	min-height:100%;
	left:0;
	top:0;
	display:none;
}
.flash_fader {
	position:absolute;
	width:100%;
	height:100%;
	z-index:9001;
	background-color:#000000;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	z-index:2;
	min-height:100%;
	left:0;
	top:0;
	display:none;
}
.flash_wrapper_inner {
	position:absolute;
	width:780px;
	height:524px;
	background-image:url(..uploads/images/flash_bg.gif);
	background-repeat:no-repeat;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	min-height:100%;
	left:0;
	top:0;
	padding:10px;
	z-index:3;
	display:none;
}
