	// Lightbox
	$('a>img').parent().attr('rel','lightbox');
	$('a[rel=lightbox]').lightbox({fitToScreen: true});

