/*
Supersized - Fullscreen Slideshow jQuery Plugin
By Sam Dunn (www.buildinternet.com // www.onemightyroar.com)
Version: supersized.2.0.js // Relase Date: 5/7/09
Website: www.buildinternet.com/project/supersized
Thanks to Aen for preloading, fade effect, & vertical centering
*/

		$(function(){
			$.fn.supersized.options = {  
				startwidth: 1024,  
				startheight: 768,
				vertical_center: 1,
				slideshow: 0,
				navigation: 0,
				transition: 1, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-slide left
				pause_hover: 0,
				slide_counter: 1,
				slide_captions: 1,
				slide_interval: 3000  
			};
	        $('#supersize').supersized(); 
	    });



//***

//$(document).ready(function(){
	
//$("#links_home").css({marginLeft:'-250px'}).animate({marginLeft:'0px'},1500);}); //'slow'

//***

//$(document).ready(function(){

//$("#links").css({marginLeft:'-250px'}).animate({marginLeft:'0px'},1200);});

//***

//$(document).ready(function(){

//$("#rechts").css({marginRight:'-600px'}).animate({marginRight:'0px'},2000);}); //'slow'


