/* - - - - - - - - - - - - - - - - - - - - -

Title : Stackbox CSS
Author : Based on Lightbox Gone Wild by Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : July 10, 2009

- - - - - - - - - - - - - - - - - - - - - */
#stackbox_container {
	display: none;
	position: absolute;
	z-index: 50000;
	background: #FDFCE9;
	text-align: left;
}

#stackbox_container[id] {
	position: fixed;
}

#stackbox_overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 49999;
	background-color: #000;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity = 80);
}

#stackbox_overlay[id] {
	position: fixed;
}
