/**
 * @author Raymond CHau
 */
$(document).ready(function(){
	$(".lightbox").lightbox();
	$("a[rel='lightbox']").lightbox();
});
