$(document).ready(function(){

//activate the lightbox

$('#frontpage-slider').aviaSlider({
animationSpeed: 1000,
betweenBlockDelay: 1000,
transition: 'fade',
slideControlls:''
});														
});
