﻿/* --------------------------------------------------------------------
	jQuery idTabs..mouseoverfestlegen
-------------------------------------------------------------------- */
	$(".galerie").idTabs("!mouseover"); 
	
	
/* --------------------------------------------------------------------
	jQuery Initialize Minimal Galleriffic Gallery
-------------------------------------------------------------------- */
var galleryMin = $('#lhk-gallery').galleriffic('#lhk-thumbs', {
	imageContainerSel:      '#lhk-images',
	controlsContainerSel:   '#lhk-controler',
	captionContainerSel:    '#lhk-caption',
	loadingContainerSel:    '#lhk-loader',
	
	delay:                  10000,
	numThumbs:              3,
	preloadAhead:           6,
	enableTopPager:         false,
	enableBottomPager:      true,
	renderSSControls:       true,
	renderNavControls:      true,
	
	playLinkText:           'Play Slideshow',
	pauseLinkText:          'Pause Slideshow',
	prevLinkText:           '&lsaquo; Previous Photo',
	nextLinkText:           'Next Photo &rsaquo;',
	nextPageLinkText:       'mehr Fotos &rsaquo;',
	prevPageLinkText:       '&lsaquo; vorherige Seite',
	enableHistory:          false,
	autoStart:              true,

	onChange:               undefined,
    onTransitionOut:        function(callback) {
								$('#lhk-images, #lhk-caption').fadeOut('fast', callback);
							},
    onTransitionIn:         function(callback) {
								$('#lhk-images, #lhk-caption').fadeIn('fast', callback);
							},
    onPageTransitionOut:    undefined,
    onPageTransitionIn:     undefined 
});