// Slider

$(document).ready(function(){


//activate the lightbox
$("a[rel^='prettyPhoto']").prettyPhoto({theme: "dark_rounded"});


$('#frontpage-slider').aviaSlider({	blockSize: {height: 50, width:50},
transition: 'slide',
display: 'all',
transitionOrder: ['diagonaltop', 'diagonalbottom','topleft', 'bottomright', 'random']
});																								
});
