$(document).ready(function () {
		$("a[rel^='prettyPhoto']").prettyPhoto({
				animation_speed: 'normal', /* fast/slow/normal */
				opacity: 0.70, /* Value betwee 0 and 1 */
				show_title: true, /* true/false */
				theme: 'light_rounded' /* light_rounded / dark_rounded /facebook/ light_square / dark_square */				
			});
	
		$("#slider").easySlider({
				auto: true, 
				continuous: true
			});

});		
