$(function() {
	var options = {
	delay: 3000, //Delay between transitions
	next:'', //OPTIONAL selector for next button
	prev:'',//OPTIONAL selector for previous button
	controls:'.controls',//OPTIONAL selector for list of controls
	type:'fade',//The transition or transitions
	onend:null, //OPTIONAL onend callback function
	onstart:null//OPTIONAL onstart callback function
};
$('ul.slider').svUltimateSlider(options);
});

