$(document).ready(function ()
{
	$('a.lbox').colorbox({transition:'elastic', speed:500, maxWidth:'90%'});
});