/*************************************************************

		phunkN CREATIVE™ Javascript
		Copyright © 2006-2009, All Rights Reserved
		By Jason Chieng ////////

*************************************************************/

/**************************************
	Preview Rollover
**************************************/

	$(document).ready(function(){					   
		$("#previewWrapper li").click(function(){
			window.location=$(this).find("a").attr("href");return false;
		});
	});


	/**************************************
		Lightbox Zoom
	**************************************/

	$(document).ready(function() {
		$("#previewWrapper li a:not(.video)").lightBox();
	});
