$(function(){
	
	if( $('.border-picture img').size() > 1 ){
		$('.border-picture').slidy({
		    animation	: 'fade',
		    pause 		: false,
			height 		: 330,
			width 		: 675,
			speed		: 1000,
			time		: 12000
		});
	}
	
	if( $('.big-picture img').size() > 1 ){
		$('.big-picture').slidy({
		    animation	: 'fade',
		    pause 		: false,
			height 		: 280,
			width 		: 675,
			speed		: 1000,
			time		: 12000
		});
	}
	
	if( $(".column").size() > 1 ){
		//$(".column").equalHeights();
	}
	
	
});
























