$(document).ready(function(){
	$('html').addClass('js');
	$(':text').AddXbutton();
	$('.tooltip').tooltip();
	
	$("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'normal',
		padding: 40,
		opacity: 0.35,
		showTitle: false,
		allowresize: true,
		counter_separator_label: '/',          
		theme: 'light_square' 
	});
	
});
