$(document).ready(function() {
	$('.content_image').fancybox();
	$('.gallery a').fancybox();
	$('.fancybox_gallery').fancybox();
	jQuery('ul.sf-menu').superfish();
	$(".active").mouseover(function () { 
    	$("#dropdown").slideDown(); 
    });
    $("#select_country").mouseleave(function () { 
    	 $("#dropdown").slideUp(); 
    });
	$('#slider').before('<div id="nav" class="nav">').cycle({
        fx:     'scrollRight',
        speed:  700,
        timeout: 5000,
        random: true,
        pager:  '#nav'
    });
    
    $('#slider-content').before('<div id="nav" class="nav">').cycle({
        fx:     'scrollRight',
        speed:  700,
        timeout: 5000,
        random: true,
        pager:  '#nav'
    });
    
    $("#machine-slider > ul").tabs({}).tabs("rotate", 12000, true);
    
    $('#machinepark-82').cycle({ 
    	fx: 'scrollRight', 
    	timeout: 3000,
    	random: true,
    	nowrap: true
	});
	$('#machinepark-83').cycle({ 
    	fx: 'scrollRight', 
    	timeout: 3000,
    	random: true,
    	nowrap: true
	});
	$('#machinepark-84').cycle({ 
    	fx: 'scrollRight', 
    	timeout: 3000,
    	random: true,
    	nowrap: true
	});
	$('#machinepark-85').cycle({ 
    	fx: 'scrollRight', 
    	timeout: 3000,
    	random: true,
    	nowrap: true
	});
	$('#machinepark-86').cycle({ 
    	fx: 'scrollRight', 
    	timeout: 3000,
    	random: true,
    	nowrap: true
	});
	
	$(".yt_holder ul").ytplaylist({
		addThumbs: true, 
		autoPlay: false, 
		holderId: 'ytvideo',
		playerHeight: 355,
		playerWidth: 438
	});

});
