var showslideshow = true;
$(document).ready(function() {
	/* Slideshow
	! swfobject.js & embedswf.js moeten ingeladen worden !
	Voeg blok toe op plaats waar je de slideshow wenst:
	<span class="embedswf">
		<span class="data">url:<%=Website.siteUrl()%>transitions/transitions.swf;width:383;height:144;configUrl:transitions/config.xml;photoUrl:transitions/slideshow.xml</span></span>

	
	
	*/
	if (jQuery.embedSwf) {
        $.embedSwf();
    }

    $("#menu li a").hover(function() {

        $(this).animate({ color: "#987962" }, 200);
    }, function() {
        $(this).animate({ color: "#fff" }, 400);
    });


    $("select").uniform();
})
