jQuery(document).ready(function() {
	//jQuery('#dock2').dock();
	//jQuery('#dock2').show();
	jQuery('#more_maids_container').show();
	jQuery('#dock2').Fisheye({
                alignment: 'center',
                valign: 'bottom',
                halign: 'center',
                maxWidth: 60,
                items: 'a',
                itemsText: 'span',
                container: '.dock-container2',
                itemWidth: 40,
                proximity: 50            
            });
	
	jQuery('#gallery_carousel').show();
	jQuery('#gallery_carousel').jcarousel({
		vertical: true,
		scroll: 3
	});
});

