$(document).ready(function(){
	try{								
		$('.kwicks').kwicks({
			max : 795,
			spacing : 4,
			sticky	: true,		
			defaultKwick : 0
		});

		
		$("ul.sub-menu").parent().mouseover(
		  function(){
			$(this).children('ul.sub-menu').show();
			//$(this).children('a').click(function() { return false; });

			//$(this).children('a').href();
		}
		).mouseout(
		   function(){
			$(this).children('ul.sub-menu').hide();
		});	
		
		$('div.testimonials_manager_widget').next('div').hide();		
	}catch(e){
		
	}
});
