var video_config = {
	// Basic video data here.  This will allow us to check the config reference without the
	// video specific category_id, like on the spp.
	category_id: "CAT959",
	flvname: "romero_classic_eyeliner.flv",
	xmlname: "video_classic_eyeliner.xml",
	
	skus: [
		// leave this blank!
		// This will contain the list of product information indexed by sku_id.  Once this json
		// is resolved, these can be referenced by sku_id:  somesku: { "$ref": "1234" }
	], 
	
	ext_copy: {
		intro: "Chic. Flirtatious. Always in style. The Classic Eye line perfectly demonstrated<br/> in this how-to by Romero."
	},
	
	// This is a list of all the cue points for the given video.  When serialized, this list is
	// indexed by id.  This makes it easy for us to quickly reference the cue points for the incoming 
	// product paths recieved from flash.  This also simplifies adding other methods for calling cue points.
	// *** Note: The id for each cue_point is created from the 4 digit minute:second time code for that
	//	   cue.  Also, each cue point has a list of skus_ids that will be shown at that point.
	cue_points: [
		{
			id: "0023",
			copy: "Prep the eye with a primer. Apply on the eye lid and crease using a soft brush.",
			prods: ["CAT959PROD969SKU4443", "CAT959PROD819SKU5374"] 
		},
		{
			id: "0041",
			copy: "Set the primer with a beautiful light olive/taupe eye shadow.",
			prods: ["CAT959PROD363SKU1672", "CAT959PROD265SKU5397"] 
		},
		{
			id: "0056",
			copy: "Start the line in the center of the eye and then continue outward to the outer crease using a gel liner. Step back and look at the shape of your first attempt, then continue to extend the liner in stages until you are satisfied with the results. Achieve intensity by going over the liner a few times to get the liner super dark with no spaces or gaps!",
			prods: ["CAT959PROD898SKU4469", "CAT959PROD289SKU5390"] 
		},
		{
			id: "0134",
			copy: "Add a lighter eye pencil to the lower lash line to counter balance the dark liner on the top.",
			prods: ["CAT959PROD323SKU1464"] 
		},
		{
			id: "0149",
			copy: "Curl lashes to add definition to the look.",
			prods: ["CAT959PROD370SKU5472"] 
		},
		{
			id: "0159",
			copy: "Apply a generous amount of  mascara (if this look needs some more drama, add one of our ravishing false lashes)",
			prods: ["CAT959PROD1580SKU5613"] 
		},
		{
			id: "0222",
			copy: "Add a medium dark shadow to the lower outer corner of the eyes to extend the liner look and contrast against the lighter eye pencil",
			prods: ["CAT959PROD363SKU1696", "CAT959PROD287SKU5388"] 
		},
		{
			id: "0249",
			copy: "Apply a bit of clear brow gel to the eye brows to groom and complete the look. Extend and fill in the brow if necessary!",
			prods: ["CAT959PROD305SKU2085"]  
		},
		{
			id: "0317",
			copy: "Achieve this look with the products and shades listed below.",
			prods: ["CAT959PROD363SKU1672","CAT959PROD363SKU1696","CAT959PROD898SKU4469","CAT959PROD323SKU1464","CAT959PROD969SKU4443","CAT959PROD1580SKU5613","CAT959PROD305SKU2085","CAT959PROD370SKU5472","CAT959PROD819SKU5374","CAT959PROD265SKU5397","CAT959PROD287SKU5388","CAT959PROD289SKU5390"] 
		}
	]
	 
};
