$(document).ready(function(){

			$("a[rel^='prettyPhoto']").prettyPhoto({
				
				
				animationSpeed: 'normal', /* fast/slow/normal */
				opacity: 0.80, /* Value between 0 and 1 */
				showTitle: false, /* true/false */
				allowresize: false, /* true/false */
				default_width: 581,
				default_height: 520,
				theme: 'light_rounded', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
				hideflash: false, /* Hides all the flash object on a page, set to TRUE if flash appears over prettyPhoto */
				wmode: 'opaque', /* Set the flash wmode attribute */
				modal: false /* If set to true, only the close button will close the window */
				
				});

});