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

$().ready(function() {
	$('.kwicks').kwicks({
		max : 263,
		spacing : 5
	});
});
