
$(document).ready(function(){
	$('#slider_home').anythingSlider({
		width               	: 972,
		startStopped        	: true,
		theme	            	: 'metallic',
		themeDirectory		: 'wp-content/css/theme-{themeName}.css',
		navigationFormatter 	: function(i, panel){return i;}
	})


	$(".anythingSlider").append('<div><img src="wp-content/css/img_slider/sombra.jpg"/></div>')

})

