// JavaScript Document
$(document).ready(function()
{
/* ------ NCAT Scripts ------ */

	
	$('#SpotlightContainer').cycle(
	{
		slideExpr: 'div',
		fx:     'fade',
		speed:  'fast',
		timeout: 6000,
		height: '250px'
	});
	
	$("#FeatureImgCntnr").cycle(
	{
		fx:     'fade',
		speed:  '800',
		height: '325',
		timeout: 6000,
		pause: 1
	});
	
	$("#RtrImgCntnr").cycle(
	{
		fx:     'fade',
		speed:  '800',
		height: '232',
		timeout: 6000,
		pause: 1
	});
});
