$(document).ready(function(){
			
				//Full Caption Sliding (Hidden to Visible)
				$('.productSwatch').hover(function(){
					$(".captionSwatch", this).stop().animate({top:'120px'},{queue:false,duration:160});
				}, function() {
					$(".captionSwatch", this).stop().animate({top:'220px'},{queue:false,duration:160});
				});
				$("a[class='modal']").colorbox({transition:"fade"});
				$("a.toggle1").click(function () {
											   $(".colors2").fadeOut("fast");
											   $(".colors3").fadeOut("fast");
											   $(".colors4").fadeOut("fast");
											   $(".colors5").fadeOut("fast");
											   $(".colors1").fadeIn("fast");
											   
											   });
				$("a.toggle2").click(function () {
											   $(".colors1").fadeOut("fast");
											   $(".colors3").fadeOut("fast");
											   $(".colors4").fadeOut("fast");
											   $(".colors5").fadeOut("fast");
											   $(".colors2").fadeIn("fast");
											   
											   });
				$("a.toggle3").click(function () {
											   $(".colors1").fadeOut("fast");
											   $(".colors2").fadeOut("fast");
											   $(".colors4").fadeOut("fast");
											   $(".colors5").fadeOut("fast");
											   $(".colors3").fadeIn("fast");
											   
											   });
				$("a.toggle4").click(function () {
											   $(".colors1").fadeOut("fast");
											   $(".colors2").fadeOut("fast");
											   $(".colors3").fadeOut("fast");
											   $(".colors5").fadeOut("fast");
											   $(".colors4").fadeIn("fast");
											   
											   });
				$("a.toggle5").click(function () {
											   $(".colors1").fadeOut("fast");
											   $(".colors2").fadeOut("fast");
											   $(".colors3").fadeOut("fast");
											   $(".colors4").fadeOut("fast");
											   $(".colors5").fadeIn("fast");
											   
											   });
				 function displayVals() {
     				 var singleValues = $("#attendees").val();
     				 if (singleValues =="1"){
					 	$("#attendant2").fadeOut("fast");
						$("#attendant3").fadeOut("fast");
						$("#attendant4").fadeOut("fast");
						$("#attendant5").fadeOut("fast");
						$("#attendant6").fadeOut("fast");
						$("#attendant7").fadeOut("fast");
						$("#attendant8").fadeOut("fast");
						$(".totalCost").html("<strong>$125</strong>");
						}
						if (singleValues =="2"){
					 	$("#attendant2").fadeIn("fast");
						$("#attendant3").fadeOut("fast");
						$("#attendant4").fadeOut("fast");
						$("#attendant4").fadeOut("fast");
						$("#attendant5").fadeOut("fast");
						$("#attendant6").fadeOut("fast");
						$("#attendant7").fadeOut("fast");
						$("#attendant8").fadeOut("fast");
						$(".totalCost").html("<strong>$175</strong>");
						}
					if (singleValues == "3"){
					 	$("#attendant2").fadeIn("fast");
						$("#attendant3").fadeIn("fast");
						$("#attendant4").fadeOut("fast");
						$("#attendant5").fadeOut("fast");
						$("#attendant6").fadeOut("fast");
						$("#attendant7").fadeOut("fast");
						$("#attendant8").fadeOut("fast");
						$(".totalCost").html("<strong>$225</strong>");
						}
					if (singleValues == "4"){
						$("#attendant2").fadeIn("fast");
						$("#attendant3").fadeIn("fast");
						$("#attendant4").fadeIn("fast");
						$("#attendant5").fadeOut("fast");
						$("#attendant6").fadeOut("fast");
						$("#attendant7").fadeOut("fast");
						$("#attendant8").fadeOut("fast");
						$(".totalCost").html("<strong>$275</strong>");
						}
					if (singleValues == "5"){
						$("#attendant2").fadeIn("fast");
						$("#attendant3").fadeIn("fast");
						$("#attendant4").fadeIn("fast");
						$("#attendant5").fadeIn("fast");
						$("#attendant6").fadeOut("fast");
						$("#attendant7").fadeOut("fast");
						$("#attendant8").fadeOut("fast");
						$(".totalCost").html("<strong>$325</strong>");
						}
					if (singleValues == "6"){
						$("#attendant2").fadeIn("fast");
						$("#attendant3").fadeIn("fast");
						$("#attendant4").fadeIn("fast");
						$("#attendant5").fadeIn("fast");
						$("#attendant6").fadeIn("fast");
						$("#attendant7").fadeOut("fast");
						$("#attendant8").fadeOut("fast");
						$(".totalCost").html("<strong>$375</strong>");
						}
					if (singleValues == "7"){
						$("#attendant2").fadeIn("fast");
						$("#attendant3").fadeIn("fast");
						$("#attendant4").fadeIn("fast");
						$("#attendant5").fadeIn("fast");
						$("#attendant6").fadeIn("fast");
						$("#attendant7").fadeIn("fast");
						$("#attendant8").fadeOut("fast");
						$(".totalCost").html("<strong>$425</strong>");
						}
					if (singleValues == "8"){
						$("#attendant2").fadeIn("fast");
						$("#attendant3").fadeIn("fast");
						$("#attendant4").fadeIn("fast");
						$("#attendant5").fadeIn("fast");
						$("#attendant6").fadeIn("fast");
						$("#attendant7").fadeIn("fast");
						$("#attendant8").fadeIn("fast");
						$(".totalCost").html("<strong>$475</strong>");
						}
    				}
				$("#attendees").change(displayVals);
   				 displayVals();
				 
				
			});
