$(window).bind("load", function() {
	$( 'div#mygalone' ).slideView();
	//$( '#myselectbox' ).selectbox({debug: true});
});

$(document).ready(function() {
	/* function: superfish */
	$( '#navi ul' ).superfish({
		autoArrows	: false
	});
	
	/* first and last child */
	$( 'li:first-child, li:first-child' ).addClass( 'first-child' );
	$( 'li:last-child, li:last-child' ).addClass( 'last-child' );
});