$(function() {
	
	$("a[rel^='prettyPhoto']").prettyPhoto({social_tools: ''});
	
	$('#booklet').liteSlider({
		content : '.slider-image',
		width : 600,
		height : 300,
		autoplay : true,
		buttonsClass : 'slider-button',
		activeClass : 'active',
		controlBt : '.slider-control',
		playText : 'Play',
		pauseText : 'Stop'
	}); 

});
