$(document).ready(function(){
		
	//Image Gallery	
		$thumbheight = 67;
		//$windowH = $(window).height();
		
		/* setup thumbnails */
		$('.ad-thumbs img').height($thumbheight);
		$('.ad-thumbs').height($('.ad-thumbs img:first').outerHeight());
		//$('.ad-image-wrapper').height($windowH - $('.ad-thumbs').height() -60);
		$('.ad-gallery').adGallery();
		
	//Add Class to Checkboxes	
		$('.form input:checkbox').addClass('checkbox');
		$('.form input:radio').addClass('radio');
		
	//Text selector
		$('.list ul li:contains("No Open Houses Found")').addClass('nonefound'); 
		
});
