$(function () {
	$('#home-slider').anythingSlider({
		// Appearance
		width               : 976,      // Override the default CSS width
		height              : 228,       // Override the default CSS height
		resizeContents      : true,      // If true, solitary images/objects in the panel will expand to fit the viewport
		hashTags            : false
	});
});
