$(document).ready(function(){

	
	if($(".opcoes_fundo .email").length>0){	
		$(".opcoes_fundo .email").fancybox({'width' : 260,
         'height' : 300,
         'autoScale' : false,
         'transitionIn' : 'none',
         'transitionOut' : 'none',
         'type' : 'iframe'
		});	
	}
	
	
});	




//Initialize the plugin with no custom options
//$(window).load(function() {
//	if($("div#makeMeScrollable").length>0){
//		$("div#makeMeScrollable").smoothDivScroll({});
//	}
//});
