jQuery(document).ready(function($){

	$('.marlazoom').jqzoom({
            zoomType: 'innerzoom',
            preloadImages: false,
            alwaysOn:false
        });
		var highestCol = Math.max($('#collection-sidebar').height(),$('.collection-styles').height(),$('#productmain').height());
		$('#collection-sidebar, .collection-styles, #productmain').height(highestCol);
		
});



