widgetConfig = {
	defaultSlideLocation : "widgets/HeroImageRotator/widgetAssets/defaultSlide.png",
	dotsLocation : "widgets/HeroImageRotator/widgetAssets/dots.png",
	alternateLink : {
		url : "ContactUsForm"
	},
	textDisclaimer : {
		allow : false
	},
	textOverlays : {
		allow : true,
		baseStyle : {
			fontFamily : "'klavika-ch-bold',arial,sans-serif",
			fontSize : 25
		},
		positionStyles : [{
				name : "Top Right",
				style : {
					position : "absolute",
					top : 15,
					right : 21
				}
			}, {
				name : "Bottom Right",
				style : {
					position : "absolute",
					bottom : 45,
					right : 21
				}
			}
		],
		textColorStyles : [{
				name : "Dark",
				style: {
					color : "#000"
				}
			}, {
				name : "Light",
				style : {
					color : "#fff"
				}
			}
		]
	},
	buttons : {
		allowDealerPositioning : true,
		positions : [{
				name : "Top Right",
				containerStyle : {
					position : "absolute",
					top : 57,
					right : 21
				},
				buttonStyle : {
					display : "block",
					clear : "both",
					"float" : "right",
					marginBottom : 5,
					border : "1px solid #4E4F50"
				}
			}, {
				name: "Left",
				containerStyle : {
					position : "absolute",
					bottom : "40%",
					left : 21
				},
				buttonStyle : {
					display : "block",
					clear : "both",
					"float" : "left",
					marginBottom : 5,
					border : "1px solid #4E4F50"
				}
			}, {
				name : "Lower Left",
				containerStyle : {
					position : "absolute",
					bottom : 45,
					left : 21
				},
				buttonStyle : {
					display : "block",
					clear : "both",
					"float" : "left",
					marginBottom : 5,
					border : "1px solid #4E4F50"
				}
			}
		],
		baseStyle : {
			color : "#fff",
			backgroundColor : "#000",
			textTransform : "uppercase",
			padding : "1px 15px",
			borderRadius : 3,
			"-moz-border-radius" : 3,
			fontSize : 10,
			fontWeight : "bold",
			textDecoration : "none"
		},
		hoverStyle: {
			backgroundColor : "#4b4b4b"
		},
		allowButtonsTab : true,
		search : {
			allowButtonOverride : true,
			defaultText : "Search Inventory",
			style : {},
			alternateButton : {
				text : "Request Info",
				altText : "Request more information about this vehicle",
				url : "ContactUsForm"
			}
		},
		gaq : {
			defaultText : "Get a Quote",
			style : {}
			
		},
		specials : {
			defaultText : "Specials",
			style : {}
			
		}
	},
	indicator : {
		allowChangeStyle : true
	}
};

