jQuery(document).ready(function($)
{
	$('.games ul').css('padding-left', parseInt($('.games ul').css('padding-left')) + 104*$('.games li.disabled').remove().length);
	$(".games li").hover(
		function(){ $(this).addClass('active');},
		function(){ $(this).removeClass('active');}
	);
	
	if ( $.browser.msie && $.browser.version.substr(0,1) == 6 ) {
		DD_belatedPNG.fix('.games li img');
	}
	$('.more-screen a').colorbox({rel:'screenshots', opacity: 0.7});
	$('a.new-window').click(function() {
		window.open($(this).attr('href'));
		return false;
	});
});

Cufon.replace('#nav li a, p.breadcrumbs a:not(.breadcrumb-root), p.breadcrumbs span, .social a span', {fontFamily:'Carroserie', hover: true});
Cufon.replace('.games h3, .top-line h2.slogan', {fontFamily:'Carroserie'});
