$(document).ready(function() {

// posuvniky
$('.scroll-pane').jScrollPane();

// nyroModal
$('a[rel*=nyroModal]').nyroModal(); // Select all links that contains lightbox in the attribute rel
$('a[href$="jpg"]').nyroModal(); // Select all links with lightbox class
$('a[href$="swf"]').nyroModal();

});

