/* ******************************************
front-end preparation (html, css, jQuery):
steffen heidemann / dev@steffenheidemann.com
****************************************** */

/* ******************************************************************************
everything below
might be simplified by great means.
****************************************************************************** */
$(function() {

	/* action for manual added cycle buttons / collection cover-page/landingPage (lP) */
	$('.goto_frame_coll_lP_1').click(function() {
        $('#cycle-fullwidth').cycle(0);
		$('#frame_1_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_1_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_lP_2').click(function() {
        $('#cycle-fullwidth').cycle(1);
		$('#frame_2_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_2_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_lP_3').click(function() {
        $('#cycle-fullwidth').cycle(2);
		$('#frame_3_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_3_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });

	/* action for manual added cycle buttons / collection street-fashion (sF)*/
	$('.goto_frame_coll_sF_1').click(function() {
        $('#cycle-fullwidth').cycle(0);
		$('#frame_1_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_1_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_sF_1_detail').click(function() {
        $('#cycle-fullwidth').cycle(1);
		$('#frame_1_detail_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_1_detail_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_sF_2').click(function() {
        $('#cycle-fullwidth').cycle(2);
		$('#frame_2_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_2_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_sF_2_detail').click(function() {
        $('#cycle-fullwidth').cycle(3);
		$('#frame_2_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_2_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_sF_3').click(function() {
        $('#cycle-fullwidth').cycle(4);
		$('#frame_3_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_3_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_sF_3_detail').click(function() {
        $('#cycle-fullwidth').cycle(5);
		$('#frame_3_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_3_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_sF_4').click(function() {
        $('#cycle-fullwidth').cycle(6);
		$('#frame_4_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_4_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_sF_4_detail').click(function() {
        $('#cycle-fullwidth').cycle(7);
		$('#frame_4_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_4_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_sF_5').click(function() {
        $('#cycle-fullwidth').cycle(8);
		$('#frame_5_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_5_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_sF_5_detail').click(function() {
        $('#cycle-fullwidth').cycle(9);
		$('#frame_5_detail_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_5_detail_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_sF_6').click(function() {
        $('#cycle-fullwidth').cycle(10);
		$('#frame_6_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_6_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_sF_6_detail').click(function() {
        $('#cycle-fullwidth').cycle(11);
		$('#frame_6_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_6_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_sF_7').click(function() {
        $('#cycle-fullwidth').cycle(12);
		$('#frame_7_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_7_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_sF_7_detail').click(function() {
        $('#cycle-fullwidth').cycle(13);
		$('#frame_7_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_7_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });

    /* action for manual added cycle buttons / collection neo-classic (nC)*/
	$('.goto_frame_coll_nC_1').click(function() {
        $('#cycle-fullwidth').cycle(0);
		$('#frame_1_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_1_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_nC_1_detail').click(function() {
        $('#cycle-fullwidth').cycle(1);
		$('#frame_1_detail_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_1_detail_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_nC_2').click(function() {
        $('#cycle-fullwidth').cycle(2);
		$('#frame_2_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_2_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_nC_2_detail').click(function() {
        $('#cycle-fullwidth').cycle(3);
		$('#frame_2_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_2_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_nC_3').click(function() {
        $('#cycle-fullwidth').cycle(4);
		$('#frame_3_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_3_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_nC_3_detail').click(function() {
        $('#cycle-fullwidth').cycle(5);
		$('#frame_3_detail_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_3_detail_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_nC_4').click(function() {
        $('#cycle-fullwidth').cycle(6);
		$('#frame_4_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_4_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_nC_4_detail').click(function() {
        $('#cycle-fullwidth').cycle(7);
		$('#frame_4_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_4_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_nC_5').click(function() {
        $('#cycle-fullwidth').cycle(8);
		$('#frame_5_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_5_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_nC_5_detail').click(function() {
        $('#cycle-fullwidth').cycle(9);
		$('#frame_5_detail_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_5_detail_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_nC_6').click(function() {
        $('#cycle-fullwidth').cycle(10);
		$('#frame_6_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_6_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
	$('.goto_frame_coll_nC_6_detail').click(function() {
        $('#cycle-fullwidth').cycle(11);
		$('#frame_6_detail_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_6_detail_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });

    /* action for manual added cycle buttons / collection kids (kK)*/
	$('.goto_frame_coll_kK_1').click(function() {
        $('#cycle-fullwidth').cycle(0);
        return false;
    });
	$('.goto_frame_coll_kK_1_detail').click(function() {
        $('#cycle-fullwidth').cycle(1);
		$('#frame_1_detail_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_1_detail_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_kK_2').click(function() {
        $('#cycle-fullwidth').cycle(2);
        return false;
    });
	$('.goto_frame_coll_kK_2_detail').click(function() {
        $('#cycle-fullwidth').cycle(3);
		$('#frame_2_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_2_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_kK_3').click(function() {
        $('#cycle-fullwidth').cycle(4);
        return false;
    });
	$('.goto_frame_coll_kK_3_detail').click(function() {
        $('#cycle-fullwidth').cycle(5);
		$('#frame_3_detail_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_3_detail_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_kK_4').click(function() {
        $('#cycle-fullwidth').cycle(6);
        return false;
    });
	$('.goto_frame_coll_kK_4_detail').click(function() {
        $('#cycle-fullwidth').cycle(7);
		$('#frame_4_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_4_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_kK_5').click(function() {
        $('#cycle-fullwidth').cycle(8);
        return false;
    });
	$('.goto_frame_coll_kK_5_detail').click(function() {
        $('#cycle-fullwidth').cycle(9);
		$('#frame_5_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_5_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_kK_6').click(function() {
        $('#cycle-fullwidth').cycle(10);
        return false;
    });
	$('.goto_frame_coll_kK_6_detail').click(function() {
        $('#cycle-fullwidth').cycle(11);
		$('#frame_6_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_6_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_kK_7').click(function() {
        $('#cycle-fullwidth').cycle(12);
        return false;
    });
	$('.goto_frame_coll_kK_7_detail').click(function() {
        $('#cycle-fullwidth').cycle(13);
		$('#frame_7_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_7_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_kK_8').click(function() {
        $('#cycle-fullwidth').cycle(14);
        return false;
    });
	$('.goto_frame_coll_kK_8_detail').click(function() {
        $('#cycle-fullwidth').cycle(15);
		$('#frame_8_detail_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_8_detail_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_kK_9').click(function() {
        $('#cycle-fullwidth').cycle(16);
        return false;
    });
	$('.goto_frame_coll_kK_9_detail').click(function() {
        $('#cycle-fullwidth').cycle(17);
		$('#frame_9_detail_t').stop().animate({"left": '2000px'}, 0);
		$('#frame_9_detail_t').stop().delay(0).animate({"left": '500px'}, 800, "easeInOutExpo");
        return false;
    });
    $('.goto_frame_coll_kK_10').click(function() {
        $('#cycle-fullwidth').cycle(18);
        return false;
    });
	$('.goto_frame_coll_kK_10_detail').click(function() {
        $('#cycle-fullwidth').cycle(19);
		$('#frame_10_detail_t').stop().animate({"left": '-2000px'}, 0);
		$('#frame_10_detail_t').stop().delay(0).animate({"left": '-95px'}, 800, "easeInOutExpo");
        return false;
    });

});

/*	... continue ... and repeat for other collections
	e.g. like this:

$('.goto_frame_coll_neoclassic_1').click(function() {
    $('#cycle-fullwidth').cycle(0);
	$('#frame_1_t').stop().animate({"left": '2000px'}, 0);
	$('#frame_1_t').stop().delay(0).animate({"left": '495px'}, 800, "easeInOutExpo");
    return false;
});

$('.goto_frame_coll_kids_1').click(function() {
    $('#cycle-fullwidth').cycle(0);
	$('#frame_1_t').stop().animate({"left": '2000px'}, 0);
	$('#frame_1_t').stop().delay(0).animate({"left": '495px'}, 800, "easeInOutExpo");
    return false;
});

*/
