/*
 * Thickbox 3.1 - One Box To Rule Them All.
 * By Cody Lindley (http://www.codylindley.com)
 * Copyright (c) 2007 cody lindley
 * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
*/

//Version 3.1.1 : alex.rabe : jQuery no colision mode, loading image
//							  add external inits for nextgen plugin	

//Version 3.1.2 : alex.rabe : Add Full size link

(function($){$.tb_init=function(domChunk){tb_init(domChunk)};$.tb_show=function(t,a,g){tb_show(t,a,g)};$.tb_remove=function(){tb_remove()};$(document).ready(function(){tb_init('a.thickbox, area.thickbox, input.thickbox');imgLoader=new Image();if(typeof tb_pathToImage!=="undefined")imgLoader.src=tb_pathToImage});function tb_init(domChunk){$(domChunk).click