function loadImage (fileName) {
	
	$('#img').css('background', ' url(/content/products/'+ fileName + '.jpg) center center no-repeat');
	$('#imgLink').attr('href', '/content/products/'+ fileName + '_big.jpg');
	
}
