$(document).ready(function () {
	$('.gradientBox, .gradientBox_smaller').css('cursor','pointer');
	$('.gradientBox, .gradientBox_smaller').click(function () {
		window.location.href = $('a',this).attr('href');
	});
});
