$(document).ready(function() {

				 $(".iframe").fancybox({
					width: 420,
					height: 410,
					scrolling: 'no',
					centerOnScroll: true
				 });
				 
				 
		


/*				$(".iframe").each(function() { 
					$(this).hover(function() {
						$(this).parent().css({ borderColor: "#999", background: "#f4f4f4" });
					}, function() {
						$(this).parent().css({ borderColor: "#ddd", background: "#fff" });
						
					});
				});*/

			
});
