$(document).ready(function() {
$('#slider1').aviaSlider({	
	blockSize: {height:'full', width:40},
	slides: ".featured",
	display: 'topleft',
	transition: 'fade',
	betweenBlockDelay:150,
	animationSpeed: 500,
	switchMovement: true,
	autorotationSpeed: 1
})
$('#direction-fade-slider').aviaSlider({
	blockSize: {height: 3, width:'full'},
	slides: ".featured",
	display: 'topleft',
	transition: 'fade',
	betweenBlockDelay:10,
	animationSpeed: 400,
	switchMovement: true
});
$('#fullwidth-fade-slider').aviaSlider({
	slides: ".featured"
});
});



