function css() {

	/* go on for IE in generall */
	if($.browser.msie){
		
		$('.short-list .item:last-child').addClass('last-child');
		
		/* take care IE 6 only */
		if($.browser.version <= 6) {
		
			$('#top #nav li:first-child, #top .quick-links li:first-child, #homepage .projects-short-list .pr-item:first-child, #content .item:first-child, .col-right .projects-short-list .pr-item:first-child, #footer ul li:first-child').addClass('first-child')
		
			$('#top #nav li').hover(function(){ $(this).addClass('hover'); }, function(){ $(this).removeClass('hover'); });
			
			
		}
	}

	$('#banner').flash({
	
		src: '/pliki/scene.swf', 
		wmode: 'transparent',
		width: 632,
		height: 251,
		flashvars: gallery=1
	});	
	
}

$(document).ready(css);