$(document).ready(function() {
	
	
	
	$('#index_slideshow_wrap').cycle({
	 fx: 'uncover', pause: 1
	 });
	
	
	
	$('#index_title_animation_01').animate({ opacity:1}, 1000 ).fadeOut('slow', function(){$(this).remove()});
	$('#index_title_animation_02').animate({ opacity:1}, 2000 ).fadeOut('slow', function(){$(this).remove()});
	$('#index_title_animation_03').animate({ opacity:1}, 3000 ).fadeOut('slow', function(){$(this).remove()});
	$('#index_title_animation_04').animate({ opacity:1}, 4000 ).fadeOut('slow', function(){$(this).remove()});
	
	$('#index_content_right_column h3:not(:first)').css('margin-top','15px');
	

	
});


