$(document).ready(function(){
			
		
			

	$('#mainImg').crossSlide({
  sleep: 7, //in sec
  fade: 2   //in sec
}, [
	{ src: 'http://tampadefenseattorney.com/js/home/hill_co.jpg'},
	{ src: 'http://tampadefenseattorney.com/js/home/hill_co2.jpg'},
	{ src: 'http://tampadefenseattorney.com/js/home/hill_co3.jpg'},
	{ src: 'http://tampadefenseattorney.com/js/home/hill_co4.jpg'},
	{ src: 'http://tampadefenseattorney.com/js/home/ladyJ01.jpg'},
	{ src: 'http://tampadefenseattorney.com/js/home/hill_co5.jpg'}
	
	

]);

	
	

		$('a[href*=#]').click(function() {
	    if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
	    && location.hostname == this.hostname) {
	      var $target = $(this.hash);
	      $target = $target.length && $target
	      || $('[name=' + this.hash.slice(1) +']');
	      if ($target.length) {
	        var targetOffset = $target.offset().top;
	        $('html,body')
	        .animate({scrollTop: targetOffset}, 1000);
	        
	        
			
				       
	       return false;
	      }
	    }
	 });
	 
	  $('.tab, .callLink').click(function () {
		$('#contactForm').animate({
			backgroundColor: '#eaeae9',
			color: '#333'
			}, 3000 );
		$('dd.tel .value em').animate({
			color: '#b29f49'
			}, 3000 );

		    
			});
			
	$('#cases .caseFeed:last').css('border-bottom','none');
	


	 
});
		