$(document).ready(function () {

	var defaultVideo = null;

	$('#slideshow_container').cycle({
		speed: 3000,
		timeout: 3000,
		delay: 0
		});

	$(".lb").lightBox();

	$("#video_thumbnail").click(function () {
        $("#xenoWaterrowerVideo").hide( );
		$("#video_popup").fadeIn(500);
	});
	$("#video_close").click(function () {
		$("#video_popup").fadeOut(500);
	});

    $('#xenoWaterrower').click(function() {
        $("#video_popup").hide( );
        $('#xenoWaterrowerVideo').fadeIn(500);
    });
    $("#xenoWaterrowerVideoClose").click(function () {
        $("#xenoWaterrowerVideo").fadeOut(500);
    });

	$(".waterrower_buy").click(function () {
		$("#rowers_popup").fadeIn(500);
	});
	$("#rowers_close").click(function () {
		$("#rowers_popup").fadeOut(500);
	});
});
