$(document).ready(function(){
	var options = {
	        timeNotation: '24h',
	        am_pm: false,
	        format: '%H:%M, %d '+month_param+' %Y',
	        timeout: 60000
	      }; 				
	$('#clock').jclock(options);
	
	$('div.our-team-inner h5').click(function(){
		$(this).next().toggle();
		$(this).parent().toggleClass('expanded');
		return false;
	});
	

	$('#header-img.home .pagination a.prev,#header-img.home .pagination a.next').click(function(){ return false;});
	$("#header-img.home .header-img-contents").scrollable({
	    size: 1,
	    clickable: false,
	    //globalNav: true,
	    items: '#header-img.home .header-img-contents-holder',
	    prevPage: '#header-img.home .prev',
	    nextPage: '#header-img.home .next',
	    loop: true,
	    speed: 400
	}); 
	
	
	$('#SearchSearchWord').click(function(){
		$(this).val('');
	});
});
