// JavaScript Document
// home.layout.js

if(typeof jQuery != 'undefined') {
	$(document).ready(function() {					   
		$('#banner').innerfade({
			animationtype: 'fade',
			speed: 'slow',
			timeout: 10000,
			type: 'random', //Type of slideshow: 'sequence', 'random' or 'random_start' (Default: 'sequence'),
			containerheight: $('#banner').height(),
			runningclass: '',
			children: '.csc-frame'
		});
	});
}
//$('#border').css("position":"absolute", "height":$('#border').height());