@charset "utf-8";
#pageoverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.overlay {
	background:transparent url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/inner-top-left.gif) no-repeat scroll left top;
	text-align:left;
}

#lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	text-align: left;
	text-decoration: none;
	width:690px;
}
#lightbox .innerBottomRight {
	float: left;
	background: #000 url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/inner-bottom-right.gif) bottom right no-repeat;
}
#lightbox .innerBottomLeft {
	float: left;
	background: transparent url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/inner-bottom-left.gif) bottom left no-repeat;
}
#lightboxContent {
	float: left;
	background: transparent url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/inner-top-right.gif) top right no-repeat;
}
#lightbox .close {
	position: relative;
	top: 17px;
	left: -15px;
}
#lightbox .close a {
	display: block;
	width: 32px;
	height: 51px;
	background: url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/lightbox-close.png) top left no-repeat;
	_margin-top:-400px;
}
#lightbox .close a:hover {
	width: 73px;
	background: url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/lightbox-close-hov.png) top left no-repeat;
}
/* FOR HOVER PRELOAD */
#lightbox .close a span {
	display: none;
	background: url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/lightbox-close-hov.png) top left no-repeat;
}
#lightbox .top {
	float: left;
	width: 794px;
	height: 25px;
	background: url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/lightbox-top.png) top left repeat-x;
}
#lightbox .topLeft {
	float: left;
	width: 25px;
	height: 25px;
	background: url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/lightbox-top-left.png) top left no-repeat;
}
#lightbox .topRight {
	float: left;
	width: 25px;
	height: 25px;
	background:  url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/lightbox-top-right.png) top right no-repeat;
}
#lightbox .left {
	float: left;
	padding-left: 25px;
	margin: 0;
	background: url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/lightbox-left.png) top left repeat-y;
	overflow: hidden;
}
#lightbox .right {
	float: right;
	padding-right: 25px;
	background: url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/lightbox-right.png) top right repeat;
	overflow: hidden;
	
	
	
}
#lightbox .bottom {
	float: left;
	width: 794px;
	height: 25px;
	background: url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/lightbox-bottom.png) bottom left repeat-x;
}
#lightbox .bottomLeft {
	float: left;
	width: 25px;
	height: 25px;
	background: url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/lightbox-bottom-left.png) bottom left no-repeat;
}
#lightbox .bottomRight {
	float: left;
	width: 25px;
	height: 25px;
	background: url(http://webassets.scea.com/community-sites/production/thetester/images/lightbox/lightbox-bottom-right.png) bottom right no-repeat;
}


.PopImgSize
{
	width:594px;
	height:460px;
}



