$(document).ready(function(){

    try{
    //CKEDITOR.config.contentsCss = '/stylesheets/ckeditor-styles.css';
    CKEDITOR.stylesSet.add('default', [
      { name: 'Projekt Untertitel', element: 'span', attributes: {'class': 'project_subtitle'}},
      { name: 'Projekt Autor', element: 'span', attributes: {'class': 'project_author'}},
      { name: 'Projekt Regie', element: 'span', attributes: {'class': 'project_director'}},
      { name: 'Projekt Mit', element: 'span', attributes: {'class': 'project_cast'}},
      ]);
    } catch(e){ 
      // no CKEDITOR INSTANCE.. nothing to do
    }

    $('#webpage_thumbs a').lightBox();

    $('#teaser_logo').click(function(e){
      location = '/';
    });

    $('ul#menu').height($('#text_container').height());

    SexyLightbox.initialize({
      emergefrom    : 'bottom',
      color         : 'white',
      dir           : '/images/sexylightbox',
      OverlayStyles : {
        'background-color': '#fff',
        'opacity' : 0.3
      }
    });
});
