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: "CAT20876",
	flvname: "fatima_red_lip.flv",
	xmlname: "video_perfect_red_lip.xml",
	 
	ext_copy: {
		intro: "Red has many shades, but for those ultimate glamour lips you need technique. Let Fatima show you how!",
		outro: "Products for this look."
	},
	 
	// 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: "Ensure lips are their most smooth and supple by using a generous layer of Lip Conditioner.  Exfoliate them if necessary. Allow Lip Conditioner to \"marinate\" for several minutes.  Then thoroughly blot away excess.",
			prods: ["CAT20876PROD73579SKU74685", "CAT20876PROD66175SKU57493"] 
		},
		{
			id: "0038",
			copy: "Apply lip primer on entire mouth and slightly outside of natural lip line.",
			prods: ["CAT20876PROD66219SKU57876"] 
		},
		{
			id: "0045",
			copy: "\"Erase\" the natural lip using a thin layer of foundation, concealer or face powder.",
			prods: ["CAT20876PROD66216SKU57862", "CAT20876PROD66056SKU56615", "CAT20876PROD66063SKU56649"] 
		},
		{
			id: "0103",
			copy: "Using a finely sharpened red lip pencil, use short, soft strokes to create a clean edge. Make sure the lip is shaped to look even and symmetrical. Fill in the entire lip with the red pencil before layering lipstick.",
			prods: ["CAT20876PROD66108SKU57020"] 
		},
		{
			id: "0136",
			copy: "Apply a complementary red lipstick colour using creamy or matte textures. Try cocktailing lipsticks to create your own personalized shade of red.",
			prods: ["CAT20876PROD66092SKU56803", "CAT20876PROD66092SKUM3LN20", "CAT20876PROD66072SKU56685"] 
		},
		{
			id: "0208",
			copy: "To get the edges clean and picture perfect, use a small firm, angled or flat brush loaded with a bit of concealer to clean up smudges. Follow by lightly powdering the edges.",
			prods: ["CAT20876PROD66216SKU57862", "CAT20876PROD66074SKU56687", "CAT20876PROD66484SKU3946", "CAT20876PROD66129SKU57284"] 
		},
		{
			id: "0226",
			copy: "The products and colors for this look are listed below.",
			prods: [
				"CAT20876PROD73579SKU74685","CAT20876PROD66175SKU57493",
				"CAT20876PROD66219SKU57876",
				"CAT20876PROD66216SKU57862","CAT20876PROD66056SKU56615","CAT20876PROD66063SKU56649",
				"CAT20876PROD66108SKU57020",
				"CAT20876PROD66092SKU56803","CAT20876PROD66092SKUM3LN20","CAT20876PROD66072SKU56685",
				"CAT20876PROD66216SKU57862","CAT20876PROD66074SKU56687","CAT20876PROD66484SKU3946","CAT20876PROD66129SKU57284"
				] 
		}
	] 
};
