			$(document).ready(function(){  
			
	//			$('.subnav').hide();
		//		$('.subnav.open').show();
				
				$('.subs').click(function() {
					$(this).next('.subnav').slideToggle('slow');
				
				});
			
				$('.hover li').hover(function() {
					var $temp = $(this).attr("class"); 
				//	alert($temp);
					$('#image img').hide();
					$("#image ."+ $temp).show();
				});
				
/*				$('.merrick').nivoSlider({
					effect: 'fade',
					controlNav:false,
					directionNavHide:false,
					manualAdvance: true,
				});
*/


						
			});
			
			
			
			
			
// Local
