/* -------------------------------------------------------------- 
   sIFR CSS v0.1
    * Filename:			screen.css
    * Modified:			(2008-01-01) YYYY-MM-DD
	* Author:			Author name
    * Website:			http://www.website.com
-------------------------------------------------------------- */

/* =Custom Styles
-------------------------------------------------------------- */
	
.sIFR-hasFlash h1.sIFR{
	visibility: hidden;
	margin-bottom:20px;
	width:510px;
}

/* =Core
-------------------------------------------------------------- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
	display: none !important;	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
}