/************************************************************************************
* 
* @Resumo: Documento de DHTML - Dr Pastore
* @Autor: Victor Oreliana F. Faria
* @Site: www.drpastore.com.br
* @Criacao: 11/05/2011
* @Ultima Atualizacao: 16/05/2011
*
*************************************************************************************/

$(function(){

/*
* Funcao responsavel por abrir janela modal de videos	
*/
$('.videoBox').fancybox({
	'transitionIn'	:	'elastic',
	'transitionOut'	:	'elastic',
	'speedIn'		:	300, 
	'speedOut'		:	300, 
	'overlayShow'	:	true,
	'padding'		: 	10,
	'autoScale'		: 	false,
	'width'			: 	400,
	'height'		: 	369,
	'href'			: 	this.href,
	'type'			: 	'iframe'
});



});
