$(document).ready(function() {

 	$("#photos a").fancybox({
	'overlayShow'			: true,
	'zoomSpeedIn'			: 800,
	'zoomSpeedOut'			: 500,
	'titlePosition'			: 'inside',
	'overlayColor'			: '#000000',
	'overlayOpacity' 		: 0.9
	});


});

$(function(){
	$('a.newWindow').click(function(){
	window.open(this.href);
	return false;
	});
});
      

$(function(){
	$('.banners_bottom a').click(function(){
	window.open(this.href);
	return false;
	});
});
      

