.fade_box_media #fade_box_loading {
	height:16px;
	width:16px;
	background:url(/api/css/img/fadebox_spinner.gif) 50% 50% no-repeat;
	}
/* Check ie6 and ie7 styles */
.fade_box_media #fade_box_dim {
	position:fixed;
	z-index:10000;
	background: transparent url(/api/css/img/gallery/gallery_fadebox_title_bg2.png);
	opacity: 1;
	filter:alpha(opacity=100);
	}
.fade_box_media #fade_box_loading {
	position:fixed;
	z-index:10001;
	}
.fade_box_media #fade_box_content {
	border:1px solid #333;
	position:fixed;
	z-index:10001;
	background:#fff;
	}
.fade_box_media #fade_box_title_bar {
	margin:0;
	padding:5px;
	border-bottom:1px solid #333;
	text-align:left;
	width:790px;
	height:21px;
	float:right;
	position:absolute;
	left:0;
	background-image:url(/api/css/img/gallery/gallery_fadebox_title_bg.png);
	}
.fade_box_media #fade_box_title_bar p {
	margin:0;
	padding:0;
	font-size:1.5em;
	position:relative;
	color:#fff;
	}
.fade_box_media #fade_box_title_bar p span {
	position:absolute;
	top:-5px;
	right:-5px;
	}
.fade_box_media #fade_box_title_bar p span a {
	font-size:0;
	text-indent:-9999px;
	display:block;
	width:32px;
	height:31px;
	background:url(/api/css/img/gallery_fadebox_close_bg.png) 0 0 no-repeat;
	}
.fade_box_media #fade_box_title_bar p span a:hover {
	background-position:0 -31px;
	}



/*////////////////////////////////////]  Photo Gallery  [////////////////////////////////////*/
.fade_box_media #photo_gallery {
	width:800px;
	height:500px;
	background:#2d93ec url(/api/css/img/gallery/popup_photo_bg.png) 0 0 no-repeat;
	}
.fade_box_media #gallery_photo_swf_wrap {
	position:relative;
	top:66px;
	left:50px;
	}


/*////////////////////////////////////]  Video Gallery  [////////////////////////////////////*/
.fade_box_media #video_gallery {
	width:800px;
	height:500px;
	background:#ffa900 url(/api/css/img/gallery/popup_video_bg.png) 0 0 no-repeat;
	}