$(function () {
	$('#mattress-mite li').css({
		display:'block'
	}).each(function () {
		$(this).css({
			'padding-top': Math.round((60 - $(this).height()) / 2)
		});
	});

	$(".col").click(function(eventData) {
		Broadway.showSpinner(this,130,1);
		window.location = $(this).find('a').attr('href');
		return false;
	});

	$('#mattress-mite ul').newsTicker(6000);
});
