﻿jQuery().ready(function () {
	$(".TeaserItem").bind("click", function () {
		window.location.href = $(this).find("a").attr("href");
	});
	$(".TeaserItem .teaserCaption").css({ opacity: .8 });
});
