$(function() {
	// make the drop down menus work in ie6
	if ($.browser.msie && $.browser.version < 7) {
		$('#header ul li').hover(
			function() {
				$('ul', this).css('top', '37px' )
			},
			function() {
				$('ul', this).css('top', '-1000px');
			}
		);
		$('div#main span.press-item a img').mouseover(function() {
        	$(this).addClass('bordered');
		});
		$('div#main span.press-item a img').mouseout(function() {
        	$(this).removeClass('bordered');
		});
	} else {
		
	}
	DD_roundies.addRule('.ImageContainer', '15px 15px 15px 15px', true);
	setTimeout(function () {
		DD_roundies.addRule('.image-holder', '15px 15px 15px 15px', true);
		DD_roundies.addRule('.image-holder-inner', '10px 10px 10px 10px', true);
	}, 250);
	$(".lightbox").lightBox({fitToScreen: true});

});
