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: "CAT960",
	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: "All the products to achieve this look."
	},
	
	// This is a list of all the cue points for the given video.  When serialized, this list is
	// indexed by id.  
	// *** 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: ["CAT960PROD472SKU4920", "CAT960PROD645SKU3165"] 
		},
		{
			id: "0038",
			copy: "Apply lip primer on entire mouth and slightly outside of natural lip line.",
			prods: ["CAT960PROD968SKU3830"] 
		},
		{
			id: "0045",
			copy: "\"Erase\" the natural lip using a thin layer of foundation, concealer or face powder. ",
			prods: ["CAT960PROD964SKU3836", "CAT960PROD251SKU3946", "CAT960PROD265SKU5397"] 
		},
		{
			id: "0103",
			copy: "Using a finely sharpened red lip pencil, use short, soft strokes to create a clean edge. Make sure the lips look even and symmetrical. Fill in the entire lip with the red pencil before layering lipstick",
			prods: ["CAT960PROD340SKU2933"] 
		},
		{
			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: ["CAT960PROD310SKU3175", "CAT960PROD310SKU3184", "CAT960PROD287SKU5388"] 
		},
		{
			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: ["CAT960PROD964SKU3836", "CAT960PROD289SKU5390", "CAT960PROD251SKU3946", "CAT960PROD380SKU5395"] 
		},
		{
			id: "0226",
			copy: "Achieve this look with the products and shades listed below.",
			prods: ["CAT960PROD310SKU3175","CAT960PROD310SKU3184","CAT960PROD340SKU2933","CAT960PROD472SKU4920","CAT960PROD1581SKU5651","CAT960PROD964SKU3836","CAT960PROD251SKU3946","CAT960PROD645SKU3165","CAT960PROD380SKU5395","CAT960PROD265SKU5397","CAT960PROD5388SKU287","CAT960PROD289SKU5390"] 
		}
	] 
};
