jQuery(function($)
{
	$('#main-navigation li:first').css('background','none');
	$('#hp-events-promotions hr:last').hide();
	$('#events hr:last').hide();
	
	if($('a.imgpreview').length)
	{
		$('a.imgpreview').imgPreview({
			containerID: 'imgPreviewContainer',
			imgCSS: {
				width: '400px'
			}
		});
	}
});
