$(document).ready(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto({
		animation_speed: 'fast',
		slideshow: 5000,
		autoplay_slideshow: false,
		opacity: 0.80,
		show_title: true,
		allow_resize: true,
		default_width: 500,
		default_height: 400,
		theme: 'pp_default',
		deeplinking: false,
		social_tools: ''
	});
    $("ul.sf-menu").supersubs({
        minWidth:    10.5,
        maxWidth:    35,
        extraWidth:  1
    }).superfish({
        delay:       0,                            // one second delay on mouseout 
        animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
        speed:       'normal',                          // faster animation speed 
        autoArrows:  false,                           // disable generation of arrow mark-up 
        dropShadows: false                            // disable drop shadows 
    });				
});
