/*$(document).ready(function(){
 $('#slider-complete')
  .anythingSlider({
   animationTime       : 900,
   width               : null,
   height              : null,
   startStopped        : true,
   resizeContents      : false,
   navigationFormatter : function(i, panel){
   return ['Co je Viaderm Complete?', 'Pro koho je určený', 'O vlasech ', 'O kůži ', 'O nehtech ', 'Unikátní složení ', 'Jednoduchost užívání', 'Je účinný?', 'Kde koupit ?', 'Dotazy', 'Vaše zkušenosti'][i - 1];
   }
  })
});

$(document).ready(function(){
 $('#slider-skin')
  .anythingSlider({
   animationTime       : 900,
   width               : null,
   height              : null,
   startStopped        : true,
   resizeContents      : false,
   navigationFormatter : function(i, panel){
   return ['Co je Viaderm Skin?', 'Pro koho je určený', 'O kůži ', 'Unikátní složení ', 'Jednoduchost užívání', 'Je účinný?', 'Kde koupit ?', 'Dotazy', 'Vaše zkušenosti'][i - 1];
   }
  })
});

$(document).ready(function() {
    $('#slider-complete-sk')
  .anythingSlider({
      animationTime: 900,
      width: null,
      height: null,
      startStopped: true,
      resizeContents: false,
      navigationFormatter: function(i, panel) {
      return ['Čo je Viaderm Complete?', 'Komu je určený', 'O vlasoch ', 'O koži ', 'O nechtoch ', 'Unikátne zloženie', 'Jednoduchosť užívania', 'Kde kúpiť ?'][i - 1];
      }
  })
});

$(document).ready(function() {
    $('#slider-skin-sk')
  .anythingSlider({
      animationTime: 900,
      width: null,
      height: null,
      startStopped: true,
      resizeContents: false,
      navigationFormatter: function(i, panel) {
      return ['Čo je Viaderm Skin Beauty?', 'Komu je určený', 'O koži', 'Unikátne zloženie', 'Jednoduchosť užívania','Kde  kúpiť?'][i - 1];
      }
  })
});

$(document).ready(function() {
    $('#slider-complete-lt')
  .anythingSlider({
      animationTime: 900,
      width: null,
      height: null,
      startStopped: true,
      resizeContents: false,
      navigationFormatter: function(i, panel) {
      return ['Kas tai Viaderm COMPLETE?', 'Kam skirta?', 'Apie plaukus ', 'Apie odą ', 'Apie nagus ', 'Unikali sudėtis', 'Paprasta vartoti', 'Dažnai užduodami<br />klausimai'][i - 1];
      }
  })
});

$(document).ready(function() {
    $('#slider-complete-lv')
  .anythingSlider({
      animationTime: 900,
      width: null,
      height: null,
      startStopped: true,
      resizeContents: false,
      navigationFormatter: function(i, panel) {
      return ['Kas ir Viaderm COMPLETE?', 'Kam tas piemērots?', 'Par matiem ', 'Par ādu ', 'Par nagiem ', 'Unikāls sastāvs', 'Viaderm Complete lietošana', 'Kur iegādāties<br /> produktu?'][i - 1];
      }
  })
});*/


 <!--  Nastavení pro lightbox   -->        
$(document).ready(function(){
			$("a[rel^='prettyPhoto']").prettyPhoto({
				animationSpeed: 'normal', /* fast/slow/normal */
				padding: 40, /* padding for each side of the picture */
				opacity: 0.35, /* Value betwee 0 and 1 */
				showTitle: true, /* true/false */
				allowresize: true, /* true/false */
				counter_separator_label: '/', /* The separator for the gallery counter 1 "of" 2 */
				theme: 'light_rounded', /* light_rounded / dark_rounded / light_square / dark_square */
				callback: function(){}
			});
		});
		
		
$(document).ready(function(){
  $(".lightbox img").mouseover(function(){
      $(this).animate( { opacity:"0.5" },300);
  });
  $(".lightbox img").mouseout(function(){
      $(this).animate( { opacity:"1" }, 300);
  });  
});
