/**
 * Ergotherapie Koch - JS: Animationen
 *
 *
 * @author Danny Otto | pixelbrand.net
 * @date   2010-08
 *
 * hacer con amor
 *
 */
$(document).ready(function() {
  $('.slideshow').after('<div class="nav-slideshow">').cycle({ fx: 'fade', speed: 'fast', pager: '.nav-slideshow' });
  $('#start #col2-content .floatbox:first-child > div').syncHeight();
  $('.lightbox, .gallery a').fancybox({'titlePosition':'inside'});
  $('.sliderbox .sb-content').addClass('sb-close');
  $('.sliderbox .sb-link').click( function () { $(this).toggleClass('sb-open'); $(this).parent().children('.sb-content').toggleClass('sb-close'); return false; });
  
});
