$(document).ready(function() {
	
	 	$("a[rel^='prettyPhoto']").prettyPhoto({ theme: 'dark_square' /* light_rounded / dark_rounded / light_square / facebook / facebook */ });
		
		$(".abre-banner").click(function(){
			$("#radio").hide();	
		});
		
/*		$.prettyPhoto.close(function(){
			$("#radio").show();	
		});*/
		
});

