@charset "utf-8";
/* CSS Document */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.50;
	filter: alpha(opacity=80);
}
       
.white_content {
	display:none;
	position:absolute;
	top:5px;
	left:86px;
	width:1024px;
	height:786px;
	border:none;
/*	background-color: white;*/
	z-index:1002;
	overflow: auto;
}

div#Aaron {
background:url(../_images/tabPicAS.png) no-repeat;
}
.ie div#Aaron {
top:0px;
background:url(../_images/tabPicAS.gif) no-repeat;
}
div#AaronClose {
position:relative;
width:43px;
height:17px;
top:16px;
left:965px;
cursor:pointer;
background:url(../_images/x.gif) no-repeat;
}

div#Pseudyx {
background:url(../_images/tabPicPX.png) no-repeat;
}
div#PseudyxClose {
position:relative;
width:43px;
height:17px;
top:16px;
left:965px;
cursor:pointer;
background:url(../_images/x.gif) no-repeat;
}

div#Jake {
background:url(../_images/tabPicJR.png) no-repeat;
}
div#JakeClose {
position:relative;
width:43px;
height:17px;
top:16px;
left:965px;
cursor:pointer;
background:url(../_images/x.gif) no-repeat;
}


