$(document).ready(function(){   
	    constructGalleryFade();
});

function constructGalleryFade(){

	    $('.partnerSoluseo').fadingGallery();

}    

