$(document).ready(function() {
			
	$('#container').corner("10px");
	$('#latest_news_header').corner("top 7px");
	$('#latest_news_text').corner("bottom 7px");
	$('.sidebar_header').corner("top 7px");
	$('.sidebar_text').corner("bottom 7px");
	$('#news_date').corner("5px");
			
	
	$(function () {
		var tabContainers = $('div.tabs > div');
		tabContainers.hide().filter(':first').show();
				
		$('div.tabs ul.tabNavigation a').click(function () {
			tabContainers.hide();
			tabContainers.filter(this.hash).show();
			$('div.tabs ul.tabNavigation a').removeClass('selected');
			$(this).addClass('selected');
			return false;
		}).filter(':first').click();
	});
	

	$(function() {
		$('#gallery a').lightBox();
	});
		
});
