$(document).ready(function(){
	

jQuery('a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg]').prettyPhoto({theme: "light_square"});


$('#frontpage-slider').aviaSlider({
blockSize: {height: 175, width: 175},
transition: 'slide',
display: 'topleft',
animationSpeed: 300,
switchMovement: false
});

});

