jQuery(function(){
  jQuery("*:first-child").addClass("first-child");
  jQuery("*:last-child").addClass("last-child");

  jQuery("#services #nav-services").addClass("current");
  jQuery("#about #nav-about").addClass("current");
  jQuery("#contact #nav-contact").addClass("current");
  
  jQuery("#features ul li a:has('img')").addClass("has-img");

  var strOpt="#" + sub_p;
	if(sub_p!=""){
  	jQuery(strOpt).addClass("current");
	}

  jQuery("#calender dl dt.first-child").next().addClass("second-child");
  jQuery("#news dl dt.first-child").next().addClass("second-child");

  
});


/*slideshow*/
jQuery(function() {
    jQuery('#slideshow').cycle({	pause:1,autostop:1});
});

