// JavaScript Document

$(document).ready(function(){
	$(function() {
		$('#thumb_list > li > a').lightBox();
	});
});