$(document).ready(function(){
	$(document).pngFix();
		
	$("div#copy, div#content").corner("3px");
	
	$('#rotation, #reviews').cycle({
	fx: 'fade',
	speed: 3000,
	timeout: 5000,
	pause: 1
	});
	$('#xmo').hide();
	$('.static p').hide();
	$('.static p').fadeIn(2000);
	$('.static p a').click(function(){
		$('.static').fadeOut(200);
		$('#rotation').hide();
		$('#xmo').fadeIn(1000);
	});
	$('#photos').cycle({
	fx: 'fade',
	speed: 2000,
	timeout: 4000,
	pause:1
	});
	
	$('#main_photo').fadeIn();
	
	});
