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: "CAT2407",
	flvname: "chantel_thinkpink.flv",
	xmlname: "video_thinkpink.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: "Saturate your senses in a pure, monochromatic palette of pink.  It's simple, once you learn these trade secrets."
	},
	
	// 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: "0026",
			copy: "For flawless wearability, use a very small amount of Paint Pot and a very fluffy brush to base out the eyelid as a concealer. When you press the eye shadow into the slightly damp base, it will lock it in and wear through whatever adventure your night holds. Apply this with a fluffy eye shadow brush to ensure a sheer application.",
            prods: ["CAT2407PROD1573SKU5088", "CAT2407PROD380SKU5395"]
		},
		{
			id: "0049",
			copy: "Using a clean blending brush begin smudging a matte pink into the eyelid, sweeping up towards the brow highlight. You aim apply the color to the lid most intensely and it should gradually fade out into a sheer wash at the brow highlight.",
            prods: ["CAT2407PROD363SKU1641", "CAT2407PROD380SKU5395"]
		},
		{
			id: "0109",
			copy: "Apply a deeper pink with a small white haired brush to the very center of the lid and buff up towards the eyebrow. Repeat this motion until you have the desired intensity. Buff out hard edges with brush you used to apply the first pink or a clean brush so there are no hard edges.",
            prods: ["CAT2407PROD363SKU5264", "CAT2407PROD383SKU5404", "CAT2407PROD380SKU5395"]
		},
		{
			id: "0134",
			copy: "For added brightness, blend a sheer layer of both pinks mixed together to the under eye area- keeping the center of the diffused color wash the most thick. A flat white brush is best for this to avoid the line looking too structured. It should be romantically soft.",
            prods: ["CAT2407PROD363SKU1641", "CAT2407PROD363SKU5264", "CAT2407PROD383SKU5404"]
		},
		{
			id: "0145",
			copy: "Line the water line of the eye with liner and pinch the eyes closed tightly to transfer some of the liner the upper water line. Buff the liner with a flat brush.",
            prods: ["CAT2407PROD323SKU1446", "CAT2407PROD383SKU5404"]
		},
        {
			id: "0222",
			copy: "Begin by stamping layers of a vibrant and deep pink mixture onto the natural lip letting the brush naturally catch the edges of the lip.  This will instantly define the lip shape so you can see what, if anything needs to be corrected.",
            prods: ["CAT2407PROD310SKU10759", "CAT2407PROD310SKU3186", "CAT2407PROD645SKU3165"]
		},
		{
			id: "0244",
			copy: "Define the shape of the lips and clean up edges by using a clean angled brush to remove any mistakes.  For a cool- modern twist, dust a bit of pink eye shadow over the center of the lip to finish.",
            prods: ["CAT2407PROD363SKU1641", "CAT2407PROD289SKU5390", "CAT2407PROD1391SKU5141"]
		},
		{
			id: "0258",
			copy: "Sweep a mixture of bright and deep pinks across the cheekbone, and blend in a large circular motion so there is no exact shape- just a wash of bright color. Slightly over apply so the color looks just a bit stronger than you desire. Spray Fix+ on brush you used to apply your foundation. Buff over the blush in gentle, circular motions to ensure the perfect blend.",
            prods: ["CAT2407PROD329SKU2965", "CAT2407PROD329SKU1551", "CAT2407PROD826SKU5373", "CAT2407PROD388SKU4916"]
		},
		{
			id: "0333",
			copy: "Get this entire look with all the products listed below.",
            prods: ["CAT2407PROD363SKU1641", "CAT2407PROD363SKU5264", "CAT2407PROD1573SKU5088", "CAT2407PROD323SKU1446", "CAT2407PROD310SKU10759", "CAT2407PROD310SKU3186", "CAT2407PROD329SKU2965", "CAT2407PROD329SKU1551", "CAT2407PROD388SKU4916", "CAT2407PROD826SKU5373", "CAT2407PROD1391SKU5141", "CAT2407PROD645SKU3165", "CAT2407PROD380SKU5395", "CAT2407PROD383SKU5404", "CAT2407PROD289SKU5390"]

		}
    ] 
};
