$(document).ready(function(){
	$('#nav').droppy();
});

$(document).ready(function() {
    $("#main-menu ul li a.home").addClass("current");// Change the class name according to your position
});

stepcarousel.setup({
	galleryid: 'gallerya', //id of carousel DIV
	beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel', //class of panel DIVs each holding content
	autostep: {enable:true, moveby:1, pause:3000},
	panelbehavior: {speed:300, wraparound:false, persist:false},
	defaultbuttons: {enable: false, moveby: 1, leftnav: ['arrowl.gif', -10, 100], rightnav: ['arrowr.gif', -10, 100]},
	contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
})