jQuery(function(){
	jQuery('.box-link').biggerlink({hoverclass:'box-link-roll'});
	jQuery('.pbox-link').biggerlink({hoverclass:'pbox-link-roll'});
	jQuery('.flath1, .flath1').flatHeights();
	jQuery('.page-horses .gallery-item a').click(function(){
		jQuery.fancybox({
			"href"			: this.href,
			"title"			: this.title,
			"padding"		: 0,
			"titlePosition" : "over",
			"transitionIn"  : "elastic",
			"transitionOut" : "elastic"
		});
		return false;
	});
	jQuery('.post-content a img').parent().fancybox({
			"padding"		: 0,
			"titlePosition" : "over",
			"transitionIn"  : "elastic",
			"transitionOut" : "elastic"
		});
	jQuery('.page-horses .gallery-item').biggerlink({hoverclass:'gallery-roll'});
});