var $fontPath='../font';
$(document).ready(function () {
	//if($.hasFlash()=="0,0,0") 
	//	return;
	$.sifr({
		build: 436,
		version: 3,
		save: true,
		path:$fontPath
	});

	/*$('h1').sifr({
		font: 'kittithada-light-45f',
		ffsetTop: 25,
		overX: 1.05,
		overY: 1.048,
		zoom: 0.8,
		resizable: true,
		css:{
			'a':{'color':'#0000ff','text-decoration':'none'},
			'a:hover':{'color':'#ff0000'}
		}
	});*/

	$('.room p').sifr({
		font: 'kittithada-light-45f',
		fontSize: 14,
		overX: 1.05,
		overY: 1.5,
		offsetTop:3,
		offsetLeft:15,
		resizable: true,
		css:{
			'a':{'color':'#aaaaaa','text-decoration':'none'},
			'a:hover':{'color':'#666666'}
		}
	});
	
	$('#theseedcondo-content p,#progress p').sifr({
		font: 'saikrok',
		fontSize: 19,
		overX: 1.0,
		overY: 15,
		offsetTop:3,
		offsetLeft:0,
		resizable: true
		});
	

	$('#tv-commercial-content p').sifr({
		font: 'kittithada-light-45f',
		fontSize: 15,
		overX: 1.5,
		overY: 1.5,
		resizable: true
	});
	

	$('h1').sifr({
		font: 'kittithada-light-45f',
		fontSize: 27,fontWeight:'normal',
		overX: 1.5,
		overY: 3,
		offsetTop:-5,
		resizable: true
	});

	
	$(".sIFR-alternate").css("visibility","hidden");

});