  $(function(){
	$("#catwebformform97594 tr:even").css("background-color", "#f9af28");
	$("div.Testimonials div:odd").css("background-color", "#FFF9F5");
	//$("form table:first").css("background-color", "#e1e1e1");
	$("#nav_393737 li").hover(
	function() {
	// mousehover
      $(this).find("ul:first").show();
    }, 
      function () {
	  // mouseout
        $(this).find("ul:first").hide();
      });
  });
  
 //select
jQuery(document).ready(function(){
	//jQuery('select#CAT_Custom_113638').selectmenu({style:'dropdown'});
});


//fancyBox
/*$(document).ready(function() {
	
	$("a.folioImages").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});
	
});*/

