// Colorbox MODAL WINDOWS

	$(document).ready(function() {
		$(".valentinesSweeps").colorbox({
			iframe:			true, 
			initialWidth: 	"968", 
			initialHeight: "611", 
			width: 			"968", 
			height: 			"611", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		}); 
		
		var url = document.location.href;
			if(url.search(/\&valentines-sweeps/i) !== -1){
    		$('#ValentinesSweeps').click()
	
		} 
		
		$(".catalogModal").colorbox({
			iframe:			true, 
			initialWidth: 	"1075", 
			initialHeight: "725", 
			width: 			"1075", 
			height: 			"725", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		}); 
		
		$("a.storeLocator").colorbox({
			iframe:			true, 
			initialWidth: 	"973", 
			initialHeight: "700", 
			innerWidth:	"973",
			innerHeight:	"700",
			scrolling:		true, 
			title: 				false, 
			opacity: 		0.5
		});
		
		$("a.storeLocatorLg").colorbox({
			iframe:			true, 
			initialWidth: 	"973", 
			initialHeight: "885", 
			innerWidth:	"973",
			innerHeight:	"885",
			scrolling:		true, 
			title: 				false, 
			opacity: 		0.5
		});

		$("a.emailSignup").colorbox({
			iframe:			true, 
			initialWidth: 	"600", 
			initialHeight: "500", 
			width: 			"600", 
			height: 			"500", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
		
		$(".ellenVideoModal").colorbox({
			iframe:			true, 
			initialWidth: 	"534", 
			initialHeight: "354", 
			width: 			"534", 
			height: 			"354", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
		
		// PDP
		// Printable Version
		$("#pdpPrintView").colorbox({
			iframe:			true, 
			initialWidth: 	"576", 
			initialHeight: "550", 
			width: 			"576", 
			height: 			"550", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
		
		// Zoom Image – Alternative View
		$(".pdpZoomImgView").colorbox({
			iframe:			true, 
			initialWidth: 	"690", 
			initialHeight: "654", 
			width: 			"690", 
			height: 			"654", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
		
		// Size Guides
		$(".pdpSizeGuide").colorbox({
			iframe:			true, 
			initialWidth: 	"1170", 
			initialHeight: "1000", 
			width: 			"1170", 
			height: 			"1000", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});

		// Email a Friend
		$("#pdpEmailFriend").colorbox({
			iframe:			true, 
			initialWidth: 	"968", 
			initialHeight: "488", 
			width: 			"968", 
			height: 			"488", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
		
		// REVIEW CART
		// Printable Version
		$("#cartPrint").colorbox({
			iframe:			true, 
			initialWidth: 	"578", 
			initialHeight: "675", 
			width: 			"578", 
			height: 			"675", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
		
		// Shipping
		$(".cartShipping").colorbox({
			iframe:			true, 
			initialWidth: 	"555", 
			initialHeight: "325", 
			width: 			"555", 
			height: 			"325", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
		
		// Privacy Notice
		$(".privacySecurity").colorbox({
			iframe:			true, 
			initialWidth: 	"800", 
			initialHeight: "2075", 
			width: 			"800", 
			height: 			"2075", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
		
		// Worry Free Shopping - Site Security
		$("a.worryFree").colorbox({
			iframe:			true, 
			initialWidth: 	"578", 
			initialHeight: "379", 
			width: 			"578", 
			height: 			"379", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
		
		// REVIEW & PAYMENT
		// Debit Card Details
		$("#cartDebitCard").colorbox({
			iframe:			true, 
			initialWidth: 	"590", 
			initialHeight: "208", 
			width: 			"590", 
			height: 			"208", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
		
		// Security Code
		$("#cartCID").colorbox({
			iframe:			true, 
			initialWidth: 	"625", 
			initialHeight: "550", 
			width: 			"625", 
			height: 			"550", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
		
		// Terms and Conditions of Use
		$(".termsConditions").colorbox({
			iframe:			true, 
			initialWidth: 	"576", 
			initialHeight: "700", 
			width: 			"576", 
			height: 			"700", 
			scrolling:		false, 
			title: 				false, 
			opacity: 		0.5
		});
	});		

	// ColorBox Default Settings.	
	// See http://colorpowered.com/colorbox for details.

//		transition: "elastic",
//		speed: 300,
//		width: false,
//		initialWidth: "600",
//		innerWidth: false,
//		maxWidth: false,
//		height: false,
//		initialHeight: "450",
//		innerHeight: false,
//		maxHeight: false,
//		scalePhotos: true,
//		scrolling: true,
//		inline: false,
//		html: false,
//		iframe: false,
//		fastIframe: true,
//		photo: false,
//		href: false,
//		title: false,
//		rel: false,
//		opacity: 0.9,
//		preloading: true,
//		current: "image {current} of {total}",
//		previous: "previous",
//		next: "next",
//		close: "close",
//		open: false,
//		returnFocus: true,
//		loop: true,
//		slideshow: false,
//		slideshowAuto: true,
//		slideshowSpeed: 2500,
//		slideshowStart: "start slideshow",
//		slideshowStop: "stop slideshow",
//		onOpen: false,
//		onLoad: false,
//		onComplete: false,
//		onCleanup: false,
//		onClosed: false,
//		overlayClose: true,		
//		escKey: true,
//		arrowKey: true,
//        top: false,
//        bottom: false,
//        left: false,
//        right: false,
//        fixed: false,
//        data: false,

