$(document).ready(function(){

//activate the lightbox
jQuery('a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg]').prettyPhoto({theme: "light_square"});

//HP poski eshop
$('#homeRefSlider').aviaSlider({blockSize: {height: 60, width:60},
transition: 'slide',
display: 'diagonaltop',
slideControlls: 'items',
animationSpeed: 800,
switchMovement: true
});


});






