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: "CAT1882",
	flvname: "nadine_styleblack.flv",
	xmlname: "video_styleblack.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: "The modern look of today's neo-goth goes lid-to-lip high-lacquer black with Nadine."
	},
	
	// 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: "0022",
			copy: "Start lips off by conditioning them with Lip Conditioner SPF 15.",
            prods: ["CAT1882PROD472SKU4920", "CAT1882PROD295SKU5387"] 
		},
		{
			id: "0043",
			copy: "Shape and fill in the lips with a neutral lip pencil. This provides a base for the lipstick color to build upon and allows for easy application.  Follow with a dark berry lip pencil to build color. Flatten the tip of the pencil with your fingers for a sharp edge and allows you to color in the lips from the edges.",
            prods: ["CAT1882PROD340SKU2938", "CAT1882PROD340SKU2924"]
            //prods: ["CAT1882PROD340SKU2924", "CAT1882PROD340SKU2938"]
		},
		{
			id: "0105",
			copy: "Define the shape of the lips and clean up edges with Studio Fix Plus Powder and an angled brush. This provides a .safety line. barrier and prevents the lipstick colour from bleeding.",
            prods: ["CAT1882PROD251SKU3946", "CAT1882PROD289SKU5390"]
		},
		{
			id: "0120",
			copy: "Continue with your berry lip liner to fill in and build the dark lip. Follow-up with lip conditioner applied with an angled brush. This will let additional layers slide on more easily.",
            prods: ["CAT1882PROD340SKU2924", "CAT1882PROD472SKU4920"]
		},
		{
			id: "0129",
			copy: "To add more drama and edge, apply a black pencil. Start from the corners and move inwards on the lower lip, start in center of top lip and work out.",
            prods: ["CAT1882PROD326SKU2069", "CAT1882PROD814SKU3502"] 
		},
		{
			id: "0156",
			copy: "Brush on a dark, matte black lipstick over the lip pencil.  This will add more opacity. Follow with your black lipstick. This is where you will finally build the shape of your lip, making it as full as you want it to be. Any corrections can be made with Studio Fix Plus Powder",
            prods: ["CAT1882PROD1581SKU14709", "CAT1882PROD310SKU14730", "CAT1882PROD820SKU5371"]
		},
		{
			id: "0207",
			copy: "End with your black lip gloss which will give a high gloss to your lips.  Blend out with a brush.",
            prods: ["CAT1882PROD6465SKU14768"]
		},
		{
			id: "0233",
			copy: "Take this look to the street with Eye Kohl on upper and lower lash line, then smudge and slightly smoke the lid with fingers and a fluffy eye brush. The less .perfect. it looks, the better!",
            prods: ["CAT1882PROD323SKU1446", "CAT1882PROD265SKU5397"]
		},
		{
			id: "0300",
			copy: "Apply eye liner to the corner and bottom lash line with a dark eye kohl. Blend out slightly with your eye brush.",
            prods: ["CAT1882PROD323SKU1446", "CAT1882PROD386SKU5403"]  
		},
		{
			id: "0309",
			copy: "Add more drama by applying Eye Kohl to the lid, followed by Clear Gloss. Add on with a flat edged brush and smear with fingers for a more textured effect. It.s not about being perfect! Finish off this look with a generous coat of mascara in black.",
            prods: ["CAT1882PROD323SKU1446", "CAT1882PROD661SKU14798", "CAT1882PROD3629SKU9503"]  
		},
		{
			id: "0333",
			copy: "Get this look with all the products listed below.",
            prods: ["CAT1882PROD340SKU2924", "CAT1882PROD340SKU2938", "CAT1882PROD326SKU2069", "CAT1882PROD1581SKU14709", "CAT1882PROD310SKU14730", "CAT1882PROD6465SKU14768", "CAT1882PROD472SKU4920", "CAT1882PROD323SKU1446", "CAT1882PROD661SKU14798", "CAT1882PROD3629SKU9503", "CAT1882PROD265SKU5397", "CAT1882PROD295SKU5387", "CAT1882PROD814SKU3502", "CAT1882PROD386SKU5403", "CAT1882PROD265SKU5397", "CAT1882PROD820SKU5371", "CAT1882PROD289SKU5390"]
		}
	] 
};
