$(document).ready(function() {
	var splash_border_top = RUZEE.ShadedBorder.create({ corner:10, edges: 'tlr' });
	var splash_border_bot = RUZEE.ShadedBorder.create({ corner:10, edges: 'blr' });
	var splash_border_normal = RUZEE.ShadedBorder.create({ corner:10 });

	splash_border_normal.render($('div.langsel'));	
	splash_border_top.render($('#rightcol div.park:first'));
	splash_border_bot.render($('#rightcol div.park:last'));
	
	
	/*$('div.park.coevorden').css('opacity', '0.3');*/
/*	
	$('div.park').each(function() {
		$(this).bind('mouseenter', function() {
			$(this).addClass('active');
			$(this).find('div.langsel').show('fast');
		});
		$(this).bind('mouseleave', function() {
			$(this).removeClass('active');
			$(this).find('div.langsel').hide('fast');
		});
	});
*/
	/*
	$('div.park').hover(function(e) {
		if($(this).find('div.langsel')) {
			$(this).find('div.langsel').show('fast');
		}
	});
	*/
	
});
