var image1 = new Image(); image1.src = "/images/cart_frame_block_bg.png";

$(document).ready(function() {
	$('.product-image-wrapper').fadeIn('1000');
});
