@charset "utf-8";
/* CSS Document */

/*//////////////////////*/
/*/// Begin Lightbox ///*/

.lightbox_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black; -moz-opacity: 0.5; opacity:.50; filter: alpha(opacity=50);
	z-index: 1001;
}
.lightbox_container {
	display: none;
	position: absolute;
	top: 10%;
	left: 50%;
	z-index: 1002;
}
.lightbox_content {
	margin-left: -50%;
}

.lightbox_content .lbcenter {
	height: 15px;
	margin: 0 15px;
	background: #fff;
	overflow: hidden;
}
.lightbox_content .lbcorner {
	width: 15px;
	height: 15px;
	margin-top: -15px;
	background: url('/assets/images/lightbox_corners.png') no-repeat;
}
.lightbox_content .topleft { background-position: 0 0; float: left; }
.lightbox_content .topright { background-position: -15px 0; float: right; }
.lightbox_content .botleft { background-position: 0 -15px; float: left; }
.lightbox_content .botright { background-position: -15px -15px; float: right; }

.lightbox_content .lbcontent {
	text-align: left;
	padding: 0 15px 0 90px;
	background: #fff url('/assets/images/lightbox_watermark.gif') 20px 10px no-repeat;
}

.lightbox_content .lbclose { 
	text-align: right;
}


.lightbox_container2 {
	display: none;
	position: absolute;
	top: 10%;
	left: 33%;
	z-index: 1002;
}

.lightbox_container3 {
	display: none;
	position: absolute;
	left:43%;
	top: 20%;
	z-index: 1002;
	width:350px;
}

#fcontainer{
   position: absolute;
   top: 50%;
   margin-top: -200px;/* half of #content height*/
   left: 0;
   width: 100%;
}
#fcontent {
   width: 624px;
   margin-left: auto;
   margin-right: auto;
   height: 395px;
}

/*/// End Lightbox ///*/
/*////////////////////*/

