$(function() {

	$(".imagegallery_item:nth-child(4n)").add(".prodgallery_item:nth-child(4n)").each(function(){
		$(this).css({"margin-right":"0"});
	});
	$('.imagelist_item td p:not(:first-child)').css('margin-top','1.4em');
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'facebook',
		overlay_gallery: false
	});
	
		var overh = $(window).height()-491-170-5;
		$('#main').css('min-height', overh+'px');
	
})
