/*
$(document).ready(function(){
	var $base = '/wp-content/themes/jc/';
	$('#portfolio-list a[@rel*=lightbox]').lightBox({
		overlayOpacity:0.5,
		
		imageLoading:			$base + 'images/lightbox-ico-loading.gif',	
		imageBtnPrev:			$base + 'images/lightbox-btn-prev.gif',			
		imageBtnNext:			$base + 'images/lightbox-btn-next.gif',			
		imageBtnClose:		$base + 'images/lightbox-btn-close.gif',		
		imageBlank:				$base + 'images/lightbox-blank.gif',
		
		txtImage:  'Screenshot'
	});
});
*/