

$(document).ready(function()
{	

	// Init pdBox
	$('.thickbox').pdBox({minWidth: 400});
	
	$('img').noContext();
});
