/**
 * VDC - JS: Animationen
 *
 *
 * @author Danny Otto | pixelbrand.net
 * @date   2010-07
 *
 * 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'});
});
