					   
$(document).ready(function(){

	fadeInSpeed = 100;	
	
	$("#content_holder").show();
	
	
	
	$('#top5BxSlider').bxSlider({	
		mode: 'vertical',
		pager: true,
		controls: false         
	});
	
	
	$('#StartContentSliderHolder').fadeIn('fast',function() {
		$('#StartContentSlider').bxSlider({	
			auto: true,
			pager: true,
			controls: false,
			autoControls: true,   
			speed: 500,
			autoStart: true,
			autoHover: true,
			pause: 5000   
		});		
	});
	
	
	$('.naviBox.red .menuCenter a').click(function() {
		$('.naviBox.red .topmenu').removeClass('active');
		$(this).parent().parent().addClass('active');
	});
	
	if ($("#immo_search_list").hasClass('thumb_view')) {
		$("a.switch_search_thumb").toggle(function() {showSearchTextList(this)},function() {showSeachThumbList(this)}); 			
	} else {			
		$("a.switch_search_thumb").toggle(function() {showSeachThumbList(this)},function() {showSearchTextList(this)}); 		
	}
			
});


