jQuery(document).ready(function($) {
	if($('#thumbs')) {
		$('#thumbs a').lightBox();
	}
});
