$(document).ready(function(){

	$('a[rel*=facebox]').facebox();
	$.facebox.settings.opacity = 0.3;

	$('#tagShpere').tagSphere({
				height: 200,
				width: 160,
				slower: 0.65,
				radius: 50,
				timer: 50,
				speed: 2
		});
		
}
);
