// JavaScript Document
$(document).ready(function(){
$('#contents #box-right a').lightBox({
	overlayBgColor: '#FFF',
	overlayOpacity: 0.7,
	imageLoading: 'images/loading.gif',
	containerResizeSpeed: 400,
	txtImage: 'Image',
	txtOf: '/'
});
});
