$(document).ready(function() {
    
$(".gls").colorbox({
	initialWidth: 100,
	initialHeight: 100,
	opacity: 0.75
	});

$("a.print").open({
      width: 600,
      height: 400
   });
$( '#flow' ).css({'position':'absolute'}).scrollFollow();

$('.photos').each( function() {
	$(this).find('a').equalizeCols();
	});


});

