$(document).ready(function(){
	
	$(window).load(function(){
		//COLLECTION ITEM BIG IMAGE HIERARCHY
		$(".item-big-images:first").show();	
	});
});
