jQuery(document).ready(function(){
	jQuery(function(){
    jQuery("#slides").slides({
		preload: true,
		play: 10000,
		pause: 2500,
		hoverPause: true
	});
	
	//The widgets are generated by wordpress so this adds extra classes needed to style them
	jQuery(".widget-container").addClass("gradientV round-rect-outer");

	//jQuery(".widget_polls-widget").contents().wrapAll("<div class='top-left'></div>");
	
	
	//The font size change links are generated by a plugin, this adds a span so the "A"'s don't get changed to "Mae" in Welsh.
	jQuery("#chgfontsizeoptions a").wrap("<span class='notranslate' />");
	
	});
});
