$(function(){	
	$("#work li a").hover(
		function () {
			 $(this).siblings('p').fadeIn('fast'); 
			 $(this).find('.active').fadeOut('fast');
		 }, 
		function () { 
			$(this).siblings('p').fadeOut('fast');
			$(this).find('.active').fadeIn('fast');
	 });
	 
	 /*
	 $('a.lightbox').fancybox({
	 	titleShow : true,
	 	titlePosition: 'inside'
	 });
	 */
	 
	 $("a[rel^='prettyPhoto']").prettyPhoto({
	 	show_title:false,
	 	allow_resize: false,
	 	theme: 'dark_rounded',
	 	social_tools: false,
	 	overlay_gallery: false
	 });	
});
