$(document).ready(function(){
	/*$('.work').toggle(function(){
		$(this).addClass('selected');
		$(this).children('.extended').slideDown('fast');
	}, function(){
		$(this).children('.extended').slideUp('fast');
		$(this).removeClass('selected');
	});*/
	
	$('.work .thumbnails ul li a').fancybox({
		overlayColor: '#000',
		overlayOpacity: '0.5'
	});
});
