jQuery(document).ready(function() { 
	jQuery('#main_nav').dropDownMenu({timer: 1000, parentMO: 'parent-hover', childMO: 'child-hover1'});
}); 

stepcarousel.setup({
	galleryid: 'news_slider', //carousel DIV id
	beltclass: 'articles', //class of inner "slides" DIV containing all the panel DIVs
	panelclass: 'article', //class of panel DIVs each holding content
	panelbehavior: {speed:300, wraparound:true, persist:false},
	defaultbuttons: {enable: false, moveby: 1, leftnav: ['arrowl.gif', -10, 100], rightnav: ['arrowr.gif', -10, 100]},
	contenttype: ['inline'] // content type 
})

