@charset "utf-8";
/* CSS Document */

.black_overlay {
	position: absolute;
	display: none; 
	top: 70px;;
	left: 0%;
	width: 960px;
	height: 100%;
	background-color: #000000;
	z-index: 1000;
	-moz-opacity: 0.8;
	opacity: .8;
	filter: alpha(opacity=80);
	}
	
.white_content_wide {
	position: absolute;
	display: none; 
	top: 15%;
	left: 25%;
	width: 430px;
	height: 430px;
	background-color: #cccccc;
	padding: 16px;
	border: 8px solid #444444;
	text-align: center;
	z-index: 10000;
	overflow: auto;
	}	


.white_content_tall {
	position: absolute;
	display: none; 
	top: 15%;
	left: 25%;
	width: 340px;
	height: 480px;
	background-color: #cccccc;
	padding: 16px;
	border: 8px solid #444444;
	text-align: center;
	z-index: 10000;
	overflow: auto;
	}	
	
.white_content_square {
	position: absolute;
	display: none; 
	top: 15%;
	left: 25%;
	width: 430px;
	height: 480px;
	background-color: #cccccc;
	padding: 16px;
	border: 8px solid #444444;
	text-align: center;
	z-index: 10000;
	overflow: auto;
	}	

.white_content_video {
	position: absolute;
	display: none; 
	top: 15%;
	left: 10%;
	width: 400px;
	height: 460;
	background-color: #cccccc;
	padding: 0px;
	border: 8px solid #444444;
	text-align: center;
	z-index: 10000;
	overflow: none;
	}	
	
.white_content_video_pal {
	position: absolute;
	display: none; 
	top: 15%;
	left: 10%;
	width: 800px;
	height: 600px;
	background-color: #cccccc;
	padding: 16px;
	border: 8px solid #444444;
	text-align: center;
	z-index: 10000;
	overflow: auto;
	}		


.white_content_wide img, .white_content_tall img, .white_content_square img, .white_content_video embed {
	position: relative;
	top: 30px;
	border: 2px solid #666666;
	}
	

.white_content_wide p {
	position: absolute;
	top: 420px;
	left: 370px;
	}


.white_content_tall p {
	position: absolute;
	top: 460px;
	left: 270px;
	}

.white_content_square p {
	position: absolute;
	top: 460px;
	left: 370px;
	}

.white_content_video p {
	position: relative;
	top: 0px;
	left: 175px;
	}

.white_content_video_pal p {
	position: absolute;
	top: 550px;
	left: 700px;
	}

	
.white_content_wide a:link, .white_content_tall a:link, .white_content_square a:link, .white_content_video a:link {
	color: #000000;
	z-index: 100000;
	}