﻿/* hide from ie5 mac \*/
html.hasFlash {
	height: 100%;
	/*overflow: hidden;*/
}
.hasFlash #flash {
	
	height: 100%;
	width: 100%;
	
	min-height: 610px;
	min-width: 750px;
	
	
	
		
	overflow: hidden;
}

/* end hide */
.hasFlash body {

	
	!important width: 100%;
	!important height: 100%; 
	
	height: 610px;
	width: 100%;
	
	overflow: auto;
	/*
	width:expression(
		this.scrollWidth < 750 ? "750px" : "100%" );
	
	
	height:expression(
		this.scrollHeight < 610 ? "610px" : "100%" );
	*/
	margin: 0;
	padding: 0;
	
	/*overflow: hidden;*/
}
/*
.hasFlash div.stretcher {
	width:750px;
}
*/
.hasFlash div#content {

	
	
	
}
.hasFlash body * {
	display: none;
}
.hasFlash #flash {
	display: block;
}
