var Config = {
	
	storeZipDays: 30,
	
	Nav: {
		delay: 000
	},
	
	ScrollWindow: {
		scrollRate:       250,
		refreshRate:      20,
		sliderMinSize:    15,
		keyboard:         false,
		autoLoad:         false,
		idSuffix:         'ScrollWindow',
		classSuffix:      'scrollWindow',
		monitor:          true,
		monitorRate:      225,
		mouseWheel:       true,
		mouseWheelOffset: 12,
		relativeLinks:    true
	},
	
	FadeContentArea: {
		duration: 750,
		opacity: 0.60
	},
	
	
	Home: {
		SlideShow: {
			delay: 6000,
			duration: 1000,
			bgColor: '#000'
		},
		
		VehicleSearchAutoFlyUp: {
			delay: 9000, // time until it opens
			duration: 6000, // time it stays open
			daysUntilAgain: 0 // days until it happens again
		}
	},
	
		
	Footer: {
		FlyUp: {
			duration: 750
		},
		
		FlyDown: {
			duration: 750
		}
	},
	
	
	VehicleDetail: {
		New: {
			largeSize: [500,315],
			smallSize: [154,97],
			arrowSize: [154,12]
		},
		
		Pre: {
			largeSize: [500,375],
			smallSize: [156,117],
			arrowSize: [156,12]
		},
		
		Gallery: {
			sliderDuration: 500,
			fadeOutDuration: 500,
			fadeInDuration: 500
		},
		
		arrowTitle: 'Click to see more images'
	}
	
};