/*$(function(){
	var highestCol = Math.max($('#col1').height(),$('#col2').height(), $('#col3').height());
	$('.columns').height(highestCol);
})
$(document).ready(function(){ 
	$('#slidingProducts').jshowoff({
	effect: 'fade',
	controls: false
	}); 
});*/
