/**
 * @author		Jonathan Cochran <jono.cochran@gmail.com> 
 * @copyright	(c) 2009 fabric creative <fabriccreative.com>
 * @brief		Oh IE.... :( 
 */

div#wrap					{ margin-top: 40px; }

/**
 *  FULL SCREEN
 * --------------------------------------------------------- */
div#fullscreen-bg			{ position: absolute; width: 100%; z-index: 998; height: 100%; left: 0; top: 0; display: none; background: black; opacity: 0; z-index: 999;}
div#fullscreen-content img	{ cursor: pointer; }
div#fullscreen-content		{ 
								display: none;
								position: absolute; 
								width: 500px; 
								z-index: 999; 
								height: 300px;
								margin-left: 50%; 
								margin-top: -150px;
								-moz-border-radius: 5px;
							 	left: -250px; 
								top: 50%; 
								opacity: 0; 
								display: none; 
								border: 3px solid white; 
								background: black url('../images/loadinfo.net') no-repeat center center;
								-z-index: 1000;
							}								
a#fullscreen-close 			{ position: absolute; z-index: 1000; margin-left: 50%; top: 50%; margin-top: -130px; left: 150px; color: white; display: none;}
