﻿// base.js

if(typeof jQuery != 'undefined') {
	
	// header slideshow
	$(document).ready(function() {
		$('#header').innerfade({
			animationtype: 'fade',
			speed: 2000,
			timeout: 4000,
			//type: 'random',
			containerheight: 300,
			children: '.csc-textpic-image img'
		}); 
	});
	
	// header overlay
	//$(document).ready(function() {
	//	$('#mainmenu li').hover(function() {
	//		$('#mainmenu li.active ul').hide();
	//		$(this).find('ul').show();
	//	}, function() {
	//		$(this).find('ul').hide();
	//		$('#mainmenu li.active ul').show();
	//	});
	//});
	
}
