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: "CAT2039",
	flvname: "gina_brow.flv",
	xmlname: "video_powerbrow.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" }
	],

	// Add intro and outro text here.  Remember that this becomes a js object, so don't put a comma after the
	// outro text declaration!!
	ext_copy: {
		intro: "From assessing the perfect length to strengthening definition, Gina shows how to style that brow."
	},
	
	// 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: "0021",
			copy: "Refresh skin with Fix +. Work the Fix+ into the skin with a soft fluffy brush.",
            prods: ["CAT2039PROD388SKU4916 ", "CAT2039PROD772SKU3505"] 
		},
		{
			id: "0038",
			copy: "Follow with a mineralized powder as a base and to even out skintone.",
            prods: ["CAT2039PROD1343SKU5134", "CAT2039PROD289SKU5390"]
		},
		{
			id: "0047",
			copy: "A: Align a straight edge on the side of the nose up to the forehead- this tells you where your brows should start.<br>B: Find the arch of the brow, where the brow should peak, by angling the straight edge from the lower center of the lip to the edge of the pupil.<br>C: Find the end of the brow by placing the straight edge from the lower center lip to the outside of the eye.",
            prods: ["CAT2039PROD289SKU5390"]
		},
		{
			id: "0125",
			copy: "To balance the brow shape, I start with an eyebrow pencil close to the skin tone and gingerly fill in the gaps without getting too dark and brazen.  The pencil is placed at the root of the hairs and pulled through the hair tips to simulate brow hairs.",
            prods: ["CAT2039PROD263SKU1299"]
		},
		{
			id: "0154",
			copy: "Next, add depth to the brows by adding a brow pencil that is a bit darker.  Apply the pencil in hair-like strikes at the base of the hair root.  Extend the end of your brow a bit further to add drama and achieve a more modern look. Clean up any mistakes with a concealer brush. This will give you a nice, clean edge without having to apply more makeup or use makeup remover.",
            prods: ["CAT2039PROD263SKU1297", "CAT2039PROD4397SKU10691"]
		},
		{
			id: "0216",
			copy: "Seal the brow shape with a clear brow gel by combing the hairs from the base up and out towards the temples.",
            prods: ["CAT2039PROD305SKU2085"]
		},
		{
			id: "0229",
			copy: "Enhance the brows by applying a subtle highlight under the arch of the brows.  Using a cream eye shadow keeps the pearl of the highlight at a low level and looks modern.  I use a small stiff brush to get the perfect highlight placement.",
            prods: ["CAT2039PROD316SKU4109", "CAT2039PROD288SKU5400"]
		},
		{
			id: "0252",
			copy: "Continue with the cream eye shadow on cheekbones and on the cupid's bow of the lip for consistency with highlights on the face. It really completes the look. When wearing a strong brow, I like to keep the rest of the makeup softer and more on the natural side.",
            prods: ["CAT2039PROD316SKU4109", "CAT2039PROD288SKU5400"]

		},
		{
			id: "0325",
			copy: "Get this look with all the products listed below.",
            prods: ["CAT2039PROD388SKU4916", "CAT2039PROD772SKU3505", "CAT2039PROD1343SKU5134", "CAT2039PROD289SKU5390", "CAT2039PROD4397SKU10691", "CAT2039PROD263SKU1299", "CAT2039PROD263SKU1297", "CAT2039PROD288SKU5400", "CAT2039PROD305SKU2085", "CAT2039PROD316SKU4109"]
		}
	] 
};
