jQuery(document).ready(function() {
	if(!$.browser.msie){
		$(".abreContato").fancybox({
			'width'				: 510,
			'height'			: 435,
			'showNavArrows'		: false,
			'autoDimensions'    : false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe',
			'showNavArrows'		: false,
			'titleFormat'       : function() {
				return false;
		}

		});
	} else {
		$(".abreContato").fancybox({
			'width'				: 510,
			'height'			: 435,
			'showNavArrows'		: false,
			'autoDimensions'    : false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe',
			'showNavArrows'		: false,
			'titleFormat'       : function() {
				return false;
		}
		});	
	}
	if(!$.browser.msie){
		$(".abreSaibaMais").fancybox({
			'width'				: 510,
			'height'			: 480,
			'showNavArrows'		: false,
			'autoDimensions'    : false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe',
			'showNavArrows'		: false,
			'titleFormat'       : function() {
				return false;
		}

		});
	} else {
		$(".abreSaibaMais").fancybox({
			'width'				: 510,
			'height'			: 490,
			'showNavArrows'		: false,
			'autoDimensions'    : false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe',
			'showNavArrows'		: false,
			'titleFormat'       : function() {
				return false;
		}
		});	
	}
});
