/**
 * @author Papenroth
 */

$(document).ready(function(){
			
// initialize Pretty Photo
$("a[rel^='prettyPhoto']").prettyPhoto({
				theme: 'dark_rounded' 
			});	
			
});

