$(document).ready(function(){
	// Page is ready

	
	$('#rotate').innerfade({
				speed: 'slow',
				timeout: 8000,
				type: 'sequence',
				containerheight: '235px'
	});

	//$('#mainImage').delay(4500).slideDown('slow');
	$('#rotate').delay(2000).slideDown('slow');
});
function closeThis(){
	$('#contactBox').hide();	
}


$(document).ready(function(){
	$("a[rel='example1']").colorbox();
				});