$(".soon").ready(function(){
	soonLength = Math.round($('.soon li').length/2);
	width = soonLength*125 + (soonLength-1)*57;
	$('.soon ul').width(width);

//	$('.poster').hover(function() {
//		$(this).find("img.no_active").addClass('active');
//	}, function() {
//		$(this).find("img.no_active").removeClass('active');
//	});
});
