$(document).ready(function()
{
    $('.innerfade').innerfade({
		speed: 500,
		timeout: 4000,
		type: 'random'
	});
    
    $('.linkShop, #slider #imageOverlay, #closeShop, #slider #imageOverlayOma, #halfCirkelBrei img, #imageOverlayMade img').click(function()
    {
        $(".contentSlider").animate({width:'toggle'},2000);
        return false;
    });
    
    $('.hasSubmenu').mouseenter(function()
    {
        $(this).children('ul#submenu').show();
    });
    
    $('.hasSubmenu').mouseleave(function()
    {
        $(this).children('ul#submenu').hide();
    });
    
    $('#OverzichtListContainer').jScrollPane({wheelSpeed:50, scrollbarMargin:10});
    
	$("a[rel='lightbox']").colorbox();
    
    $('.externalLightbox').click(function(){
        $('a[rel=lightbox]:first').click();
        return false;
    });
    
    $('.externalLightboxWithId').click(function(){
        $('a[rel=lightbox]:visible').click();
        return false;
    });
    
    //$(".VariationSelect").selectbox();
    
    //$(".SelectBox ").selectbox();
    
    $('.VariationSelect').sSelect({ddMaxHeight: '500px'});
    $('.SelectBox').sSelect({ddMaxHeight: '500px'});
    
    $('#mycarousel').jcarousel({
        animation: 400,
        scroll: 3
    });
    
    $('#mycarouselvert').jcarousel({
        vertical: true,
        auto: 3,
        animation: 200,
        scroll: 1,
        wrap: "both"
    });
    
    $(".omaTooltip").tooltip({ 
        bodyHandler: function() { 
            return $($(this).attr("href")).html(); 
        },
        extraClass: "oma", 
        showURL: false 
    });
});
