$(document).ready(function(){

$('#skyslider').aviaSlider(
			{	
			//slides: 'li',				// wich element inside the container should serve as slide
			//animationSpeed: 500,		// animation duration
			//autorotation: true,			// autorotation true or false?
			//autorotationSpeed:1,		// duration between autorotation switch in Seconds
			//appendControlls: '',		// element to apply controlls to
			//slideControlls: 'none',	    // controlls, yes or no?
			//blockSize: {height: 'full', width:'full'},
			//betweenBlockDelay:60,
			//display: 'topleft',
			//switchMovement: false,
			//showText: false,	
			//transition: 'fade',			//slide, fade or drop	
			//backgroundOpacity:0.8,		// opacity for background
}
);	
						

																									
});

