$(document).ready(function() {

/*$("#scroller").simplyScroll({
	className: 'vert',
	horizontal: false,
	frameRate: 20,
	speed: 1
});  */

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

if ($("#right").height() < $("#left").height()){
	$("#right").height($("#left").height()+3);
}
else{
	
	$("#left").height($("#right").height());
}

});

