$(document).ready(function(){

	
	$(".gallery a").each(function(){
	
		$(this).attr("rel","sexylightbox["+$(this).parent().parent().parent().attr("id")+"]");	
	
	});
	SexyLightbox.initialize({
		find          : 'sexylightbox', // rel="sexylightbox"
		color         : 'white',
		dir           : '/wp-content/themes/cnponteareas/images/sexyimages',
		emergefrom    : 'top',
		OverlayStyles : {
		  'background-color': '#000000',
		  'opacity' : 0.6
		}
	});
});

