/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
ddsmoothmenu.init({
	mainmenuid: "hornav2", //menu DIV id
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'ddsmoothmenu', //class added to menu's outer DIV
	//customtheme: ["#1c5a80", "#18374a"],
	contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})


jQuery(function() {
	if (jQuery('#ticker ul').length) {
		jQuery('#ticker ul').cycle({timeout:10000,pause:1});

		jQuery('a.hider').click(function() {
			jQuery('#ticker').fadeOut('400');
			return false;
		});
	}
	if (jQuery('#ks-prodwidget').length) {
		jQuery('#ks-prodwidget').cycle({timeout:8000,pause:1});
	}
});

