$(document).ready(function(){
	$('ul#slideshow').fuFade({
		speed: 2000,
		timeout: 4000,
		containerheight: '460px'
	});

});


tinyMCE.init({
	mode : "exact",
	elements : "editor_body", 
	theme : "advanced",
	plugins : "style,table,save,advhr,advimage,advlink,media,searchreplace,contextmenu,paste,filemanager",
	theme_advanced_buttons1 : "save,bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,styleselect,cut,copy,paste,pastetext,pasteword,bullist,numlist,link,unlink,anchor,cleanup,forecolor",
	theme_advanced_buttons2: "tablecontrols,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions", 
	theme_advanced_buttons3: "",

	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	plugin_insertdate_dateFormat : "%d-%m-%Y",
	plugin_insertdate_timeFormat : "%H:%M:%S",
	extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],p[lang]",
	theme_advanced_resize_horizontal : false,
	theme_advanced_resizing : true,
	apply_source_formatting : true,
	width : "640",
	content_css : "/css/style.css"
});
