$(document).ready(function() {       
 $('a.thickbox').prettyPhoto({
		theme: 'light_rounded',
		showTitle: true,
		animationSpeed: 'fast'
	});  
});

