$(document).ready(function(){
  /***** AUTO OPEN FIRST NAV ******/
  $('li.dd_li:first').addClass('active');
	$('ul.dd_nav:first').slideDown('slow','easeOutExpo');
	
  /****** ROTATING BANNER ******/
	$(".home_banner").scrollable({circular: true, speed: 1000}).autoscroll({autoplay: true, interval: 7500}).navigator();

});
