$(document).ready(function(){	
    	
      /* menu */
	    ddsmoothmenu.init({
    	mainmenuid: "naviset_dropdown", //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"]
      });
	
	  /* 
	  //menu titles 
    $("#naviset_dropdown a").each( function(){
			var hoverText = $(this).attr("title");
		  $(this).append("<em>"+hoverText+"</em>");  
				$(this).hover(function() {
					$(this).find("em").animate({ top: "-40"}, "fast");
				}, function() {
					$(this).find("em").animate({ top: "-200"}, "slow");
				});
		});
		*/
		
		
		$("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({
	     	'titleShow'     : true,
	     	'titlePosition'  : 'over'
	  });  

  	$('#slider ul').bxSlider({
	        prevImage: 'http://asap-nabytek.com/_templates/default/_img/btn_arrow_left.jpg',
	        nextImage: 'http://asap-nabytek.com/_templates/default/_img/btn_arrow_right.jpg',
	        wrapper_class: 'slides1_wrap',
	        auto: false,
	        auto_controls: false,        
					pager: false
	  });  

});

