/**
 * Style sheet sIFR-print
 */
.sIFR-flash
{
	width:0;
	height:0;
	position:absolute;
	overflow:hidden;
	display : none !important;
}

.sIFR-alternate
{
	visibility : visible !important;
	display : block !important;
	position : static !important;
	left : auto !important;
	top : auto !important;
	width : auto !important;
	height : auto !important;
}
