$(document).ready(function(){
	// here you can see the slide options I used in the demo page. depending on the id of the slider a different setup gets activated
	$('#frontpage-slider').aviaSlider({
		blockSize: {height: 'full', width: 'full'},
		transition: 'fade',
		animationSpeed: 1000,
		slideControlls: 'items',
		autorotationSpeed: 6,
		showText: false,
		appendControlls: '#slider-container'
	});
});
