// Referência: http://colorpowered.com/colorbox/

$(document).ready(function(){
	// ativa lightbox colorBox
	$(".colorBoxQuickView").colorbox({width:"681px", height:"645px", opacity:0.5, iframe:true});
});
