$(document).ready(function() {
  $('div.bluebutton').wrap('<div style="background:url(/fileadmin/_temp_/images/blue-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/blue-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/blue-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/blue-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  $('div.bluegreybutton').wrap('<div style="background:url(/fileadmin/_temp_/images/bluegrey-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/bluegrey-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/bluegrey-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/bluegrey-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  
  $('div.blue').wrap('<div style="background:url(/fileadmin/_temp_/images/blue-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/blue-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/blue-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/blue-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  $('div.bluegrey').wrap('<div style="background:url(/fileadmin/_temp_/images/bluegrey-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/bluegrey-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/bluegrey-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/bluegrey-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  $('div.violet').wrap('<div style="background:url(/fileadmin/_temp_/images/violet-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  $('div.buttonvioletgreen').wrap('<div style="background:url(/fileadmin/_temp_/images/violet-green-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-green-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-green-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-green-lu.gif) bottom left no-repeat;"></div></div></div></div>');

  $('div.white').wrap('<div style="background:url(/fileadmin/_temp_/images/white-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/white-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/white-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/white-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  $('div.buttonviolet').wrap('<div style="background:url(/fileadmin/_temp_/images/violet-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  $('div.buttonwhite').wrap('<div style="background:url(/fileadmin/_temp_/images/white-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/white-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/white-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/white-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  $('div.brown').wrap('<div style="background:url(/fileadmin/_temp_/images/brown-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/brown-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/brown-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/brown-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  $('div.buttonbrown').wrap('<div style="background:url(/fileadmin/_temp_/images/brown-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/brown-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/brown-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/brown-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  
  $('div.green').wrap('<div style="background:url(/fileadmin/_temp_/images/green-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/green-lo.gif) top left no-repeat;"><div class="vib" style="background:url(/fileadmin/_temp_/images/green-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/green-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  $('div.violetinnerbox').wrap('<div style="background:url(/fileadmin/_temp_/images/violet-inner-ro.gif) top right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-inner-lo.gif) top left no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-inner-ru.gif) bottom right no-repeat;"><div style="background:url(/fileadmin/_temp_/images/violet-inner-lu.gif) bottom left no-repeat;"></div></div></div></div>');
  /*$('div.vib').append('<div style="font-size: 1px; height: 1px">nbsp;</div>');*/


  jQuery(document.body).imageZoom();
});

function popup (url) {
 fenster = window.open(url, "fenster1", "width=600,height=400,status=no,scrollbars=yes,resizable=yes");
 fenster.focus();
}

var rotateIndex = 2;
function theRotator() {
    //Set the opacity of all images to 0
    $('div#rotator ul li').css({opacity: 0.0});
    //Get the first image and display it (gets set to full opacity)
    $('div#rotator ul li:first').css({opacity: 1.0});
    //Call the rotator function to run the slideshow, 6000 = change to next image after 6 seconds
    setInterval('rotate()',4200);
}

function rotate() { 
    //Get the first image
    var current = ($('div#rotator ul li.show')?  $('div#rotator ul li.show') : $('div#rotator ul li:first'));
    //Get next image, when it reaches the end, rotate it back to the first image
    var next = ((current.next().length) ? ((current.next().hasClass('show')) ? $('div#rotator ul li:first') :current.next()) : $('div#rotator ul li:first'));       
    //Set the fade in effect for the next image, the show class has higher z-index
        next.children('img').attr('src', '/fileadmin/user_upload/images/splash/' + rotateIndex + '.gif');
    next.css({opacity: 0.0}).addClass('show').animate({opacity: 1.0}, 1200);
    //Hide the current image
    current.animate({opacity: 0.0}, 1500).removeClass('show');
    rotateIndex = rotateIndex + 1;
    if (rotateIndex > 4) {
        rotateIndex = 1;
    }
};

$(document).ready(function() {              
    //Load the slideshow
    theRotator();
    $('#s1').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 0, 
    next:   '#next2', 
    prev:   '#prev2' 
});

});
