// JavaScript Document
<!--
$(document).ready(function() {

setTimeout(function() { 
	$('.multimedia').remove();
	$('#slideshow').crossSlide(	{
      fade: 0.1
    }, [
      {
	    src: 'fileadmin/template/slideshow_bilder/mini.jpg',
    	from: 'right bottom 1x',
    	to:   'left top 1x',
    	time: 4	
	   }, { 
	    src: 'fileadmin/template/slideshow_bilder/kinect_YOU_005.jpg',
    	from: '50% 100% 1x',
    	to:   '50% 0% 1x',
    	time: 5
	   }, { 
	    src: 'fileadmin/template/slideshow_bilder/window_phone2.jpg',
    	from: '50% 100% 1x',
    	to:   '50% 0% 1x',
    	time: 4
	   }, {
	    src: 'fileadmin/template/slideshow_bilder/ubisoft_Neu1-2.jpg',
    	from: '50% 100% 1x',
    	to:   '50% 20% 1x',
    	time: 5
	   }, {
	    src: 'fileadmin/template/slideshow_bilder/schatten.jpg',
    	from: '50% 100%',
    	to:   '50% 20%',
    	time: 4
	   }, {
	    src: 'fileadmin/template/slideshow_bilder/messe_berlin2.jpg',
    	from: '50% 100% 1x',
    	to:   '50% 2% 1x',
    	time: 4
	   }, { 
	  	src: 'fileadmin/template/slideshow_bilder/paula_Kaarst1.jpg',
    	from: 'center bottom 1x',
    	to:   'center top 1x',
    	time: 2.5
	  }, { 
	  	src: 'fileadmin/template/slideshow_bilder/verkoster4_22.jpg',
    	from: 'center bottom 1x',
    	to:   'center top 1x',
    	time: 4
	  }, { 
	  	src: 'fileadmin/template/slideshow_bilder/kinect_Expert_Goerlitz_26-27-11.jpg',
    	from: '50% 80% 1x',
    	to:   '50% 0% 1x',
    	time: 4
	  }, {
	    src: 'fileadmin/template/slideshow_bilder/dom2.jpg',
    	from: '50% 100% 1x',
    	to:   '50% 10% 1x',
    	time: 8
	  }, {
	    src: 'fileadmin/template/slideshow_bilder/promo_lg_2.jpg',
    	from: 'center bottom 1x',
    	to:   'center top 1x',
    	time: 5
	  }, {
	    src: 'fileadmin/template/slideshow_bilder/vip_shuttle.jpg',
    	from: 'right bottom 1x',
    	to:   'left top 1x',
    	time: 2.5
	   }, { 
	    src: 'fileadmin/template/slideshow_bilder/bmw_IMG_5165-Kopie.jpg',
    	from: '50% 100% 1x',
    	to:   '50% 0% 1x',
    	time: 2
	   }
		
	]
	);
	},5000); // ende timeout
});
//-->
