/*jQuery.noConflict();*/
jQuery(function($) { 
	// Scroll to Top
	$('#toTop').click(function() {
		$('#content-wrapper').animate({scrollTop:0},600);
	});	
	});

