$(document).ready(function(){
	$(".holder .red_holder").fadeTo('fast', 0);
	$(".holder .red_holder img").fadeTo('fast', 0);
	$(".holder .gold_holder img").fadeTo('fast', 0);
	$(".holder .gold_holder").fadeTo('fast', 0);
	$(".black_holder img:not(.activeslide)").fadeTo('fast', 0);
	
	$("#switch_1").click(function(){						  	
			$(".switchers div").removeClass("actived");
			$("#holder_2, #holder_3").fadeOut("slow");
			$(this).parent().addClass('actived');
			$("#holder_1").fadeIn();
	});
	$("#switch_2").click(function(){						  	
			$(".switchers div").removeClass("actived");
			$("#holder_1, #holder_3").fadeOut();
			$(this).parent().addClass('actived');
			$("#holder_2").fadeIn();
	});
	$("#switch_3").click(function(){						  	
			$(".switchers div").removeClass("actived");
			$("#holder_2, #holder_1").fadeOut();
			$(this).parent().addClass('actived');
			$("#holder_3").fadeIn();
	});
	
//	$(".basket").click(function(){						  	
//			$(".form_order").slideDown();			
//			return false
//	});
	
	$(".send_link span").click(function(){						  	
			$(".email_field").slideDown();
	});
	$(".email_field .send_btn").click(function(){
											  
			 $(".send_mail .inputs").hide();
			 $(".send_mail .report").fadeIn("fast");
	});
	$(".send_mail").hover(function(){						  	
			
	},function(){	
			$(".report, this").fadeOut("slow");
	});
	
	$(".choose_color a.red").click(function(){						  	
			$("#mycarousel img").fadeOut("slow");
			$("#mycarousel img.red").fadeIn("slow");
			$(".holder div").fadeTo('fast', 0);
			$(".red_holder").fadeTo('fast', 1)
			
			return false
	});
	$(".choose_color a.black").click(function(){						  	
			$("#mycarousel img").fadeOut("slow");
			$("#mycarousel img.black").fadeIn("slow");
			$(".holder div").fadeTo('fast', 0);
			$(".black_holder").fadeTo('fast', 1)
			return false
	});
	$(".choose_color a.grey").click(function(){						  	
			$("#mycarousel img").fadeOut("slow");
			$("#mycarousel img.grey").fadeIn("slow");
			$(".holder div").fadeTo('fast', 0);
			$(".gold_holder").fadeTo('fast', 1)
			return false
	});

});
function gh1movOpen(gh1movurl,gh1movName){
	window.open(gh1movurl,gh1movName,"status=yes,menubar=no,scrollbars=no,resizable=yes,width=500,height=375");
}