$(document).ready(function() {
	
	$("#contentBottom").hide();
	
	$(".jqColumn").vjustify();
	
	$("#contentBottom").show();
	
	$('#menu').accordion({
			header: 'a.head',
			event: 'mouseover',
			navigation: true,
			animated: 'easeslide',
			collapsible:true,
			autoheight:false,
			clearStyle:false 
		});

	var options = {
		newsList: "#news",
		startDelay: 10,
		tickerRate: 80,
		placeHolder1: ""
	}
	
	$().newsTicker(options);
	
	$(function() {
        $('#gallery a').lightBox();
    });
	
});