$(document).ready(function(){
$('#direction-fade-slider').aviaSlider({	
	blockSize: {height: 'full', width:40},
	display: 'topleft',
	transition: 'drop',
	betweenBlockDelay:80,
	autorotation:true,
	animationSpeed: 800,
	switchMovement: true,
	slideControlls: 'items',
	appendControlls: '.aviaslider'
});																									
});
