ACC SHELL
$(document).ready(function(){
$(".menu li a").each(function(){
if($(this).height()<20) $(this).addClass("jednoradkovy");
})
$(".boxy h2").each(function(){
if($(this).height()<30) $(this).addClass("jednoradkovy");
})
$(".fancy, [href$='.jpg'], [href$='.gif'], [href$='.png'], [href$='.JPG'], [href$='.GIF'], [href$='.PNG']").not(".wt-rotator a")
.fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 400,
'speedOut' : 200,
'titleShow' : false,
'overlayOpacity' : 0.2,
'margin' : 100
});
});
ACC SHELL 2018