if (ContextManager) {
	// this is for the list of the vehicles in the carousel
	ContextManager.vehicleDetailsList = {
		Sorento : {
			thumb : "widgets/VehicleCarousel/images/ribbon_sorento.png",
			title : "Sorento",
			link : "",
			getAQuote: "QuickQuoteForm?make=Kia&model=Sorento&cs:a:i=vrib_gaq_Sorento",
			searchInventory: "VehicleSearchResults?isRedirect=true&search=new&make=Kia&model=Sorento&cs:a:i=vrib_srchinv_Sorento"
		},
		Soul : {
			thumb : "widgets/VehicleCarousel/images/ribbon_soul.png",
			title : "Soul",
			link : "",
			getAQuote: "QuickQuoteForm?make=Kia&model=Soul&cs:a:i=vrib_gaq_Soul",
			searchInventory: "VehicleSearchResults?isRedirect=true&search=new&make=Kia&model=Soul&cs:a:i=vrib_srchinv_Soul"
		},
		Optima : {
			thumb : "widgets/VehicleCarousel/images/ribbon_optima.png",
			title : "Optima",
			link : "",
			getAQuote: "QuickQuoteForm?make=Kia&model=Optima&cs:a:i=vrib_gaq_Optima",
			searchInventory: "VehicleSearchResults?isRedirect=true&search=new&make=Kia&model=Optima&cs:a:i=vrib_srchinv_Optima"
		},
		OptimaHybrid : {
			thumb : "widgets/VehicleCarousel/images/ribbon_optima_hybrid.png",
			title : "Optima Hybrid",
			link : "",
			getAQuote: "QuickQuoteForm?make=Kia&model=Optima&cs:a:i=vrib_gaq_OptimaHybrid",
			searchInventory: "VehicleSearchResults?isRedirect=true&search=new&make=Kia&modelId=403&trim=4dr+Sdn+2.4L+Auto+EX+Hybrid&cs:a:i=vrib_srchinv_OptimaHybrid"
		},
		Sportage : {
			thumb : "widgets/VehicleCarousel/images/ribbon_sportage.png",
			title : "Sportage",
			link : "",
			getAQuote: "QuickQuoteForm?make=Kia&model=Sportage&cs:a:i=vrib_gaq_Sportage",
			searchInventory: "VehicleSearchResults?isRedirect=true&search=new&make=Kia&model=Sportage&cs:a:i=vrib_srchinv_Sportage"
		},
		Forte : {
			thumb : "widgets/VehicleCarousel/images/ribbon_forte.png",
			title : "Forte",
			link : "",
			getAQuote: "QuickQuoteForm?make=Kia&model=Forte&cs:a:i=vrib_gaq_Forte",
			searchInventory: "VehicleSearchResults?isRedirect=true&search=new&make=Kia&model=Forte&cs:a:i=vrib_srchinv_Forte"
		},
		Forte5Door : {
			thumb : "widgets/VehicleCarousel/images/ribbon_forte5Door.png",
			title : "Forte 5-Door",
			link : "",
			getAQuote: "QuickQuoteForm?make=Kia&model=Forte+5-Door&cs:a:i=vrib_gaq_Forte+5-Door",
			searchInventory: "VehicleSearchResults?isRedirect=true&search=new&make=Kia&model=Forte+5-Door&cs:a:i=vrib_srchinv_Forte+5-Door"
		},
		ForteKoup : {
			thumb : "widgets/VehicleCarousel/images/ribbon_forteKoup.png",
			title : "Forte Koup",
			link : "",
			getAQuote: "QuickQuoteForm?make=Kia&model=Forte+Koup&cs:a:i=vrib_gaq_Forte+Koup",
			searchInventory: "VehicleSearchResults?isRedirect=true&search=new&make=Kia&model=Forte+Koup&cs:a:i=vrib_srchinv_Forte+Koup"
		},
		Sedona : {
			thumb : "widgets/VehicleCarousel/images/ribbon_sedona.png",
			title : "Sedona",
			link : "",
			getAQuote: "QuickQuoteForm?make=Kia&model=Sedona&cs:a:i=vrib_gaq_Sedona",
			searchInventory: "VehicleSearchResults?isRedirect=true&search=new&make=Kia&model=Sedona&cs:a:i=vrib_srchinv_Sedona"
		},
		Rio : {
			thumb : "widgets/VehicleCarousel/images/ribbon_rio.png",
			title : "Rio",
			link : "",
			getAQuote: "QuickQuoteForm?make=Kia&model=Rio&cs:a:i=vrib_gaq_Rio",
			searchInventory: "VehicleSearchResults?isRedirect=true&search=new&make=Kia&model=Rio&cs:a:i=vrib_srchinv_Rio"
		},
		Rio5 : {
			thumb : "widgets/VehicleCarousel/images/ribbon_rio5.png",
			title : "Rio5",
			link : "",
			getAQuote: "QuickQuoteForm?make=Kia&model=Rio5&cs:a:i=vrib_gaq_Rio5",
			searchInventory: "VehicleSearchResults?isRedirect=true&search=new&make=Kia&model=Rio5&cs:a:i=vrib_srchinv_Rio5"
		}

	}

	// this is for Configurating the widgets functionality

	ContextManager.vehicleDetailsConfiguration = {
		isSlideshow : false,
		transitionSpeed : 800,
		isPagination : false,
		isNotInfinite : false,
		showBubble: true
	}
}


