$(document).ready(function() {
	// fix for IE7 z-index issue
	// $('body.section-streams div.views-fields-hover-wrapper').hover(function() {
	// 	$(this).css('zIndex','10000');
	// }, function() {
	// 	$(this).css('zIndex','1');
	// });
	
});
