﻿// JavaScript Document

$(document).ready(function() {
	
	
	
	//$("#menu").buttonset();		
	
	$('#mainmenu').buttonset();
	$('#mainmenu').ptMenu();
		
	
	$('#slideshowHolder').removeAttr('style', 'display:none');
	$('#slideshowHolder')
	.jqFancyTransitions({ 
		width: 480,  // px
		height: 220, //px
		strips:40, // number of strips
		delay: 10000, // in ms
		stripDelay: 200, // in ms
		direction: 'random', // left, right, alternate, random, fountain, fountainAlternate 
		navigation: false, // navigation
		effect: 'curtain' // wave, zipper, curtain
		}
	);

	//---
	
/*	$('#radio7').click( function() {
		open('/kontakt.html','_parent');
	});

	$('#radio1').click( function() {
		open('/index.html','_parent');
	});

*/

$(function() {
	$('#gallery a').lightBox({fixedNavigation:true});
});


});

