$(document).ready(function(){

/*--IE7-WARNING------------------------------------*/

	var ie7 = '<div id="i_explorer">' +
					'<div id="i_explorer_overlay"></div>' +
					'<div id="i_explorer_content">' +
					'<p class="first"></p>' +
					'<p>· Your browser may be outdated.</p>' +
					'<p>· We suggest you upgrade your browser its latest version to navigate this website.<a href="http://www.microsoft.com/windows/internet-explorer/" target="_blank">click here</a> to upgrade.</p>' +
					'</div>' +
					'<div>';
	if ($.browser.msie && $.browser.version < "7.0") {
		$("body").append(ie7);
		}

/*--|02· SEARCH|--------------------------------------------------------------------------↓↓↓--*/

	/*--LI-CLICKABLE------------*/

	$("ul#search_results li").click(function(){
		window.location=$(this).find("a").attr("href"); return false;
	});


/*--|02b· SEARCH DETAILS|-----------------------------------------------------------------↓↓↓--*/

/*--|03· GALLERY|-------------------------------------------------------------------------↓↓↓--*/



/*--| SLIDERS |-----------------------------------------------------------------------↓↓↓--*/
$('#home_gallery').easySlider({
		auto: false,
		continuous: true,
		prevId: 'prevBtn_home',
		nextId: 'nextBtn_home',
	});	

//$('#details_slider').easySlider({
//		auto: false,
//		continuous: true
//	});	

//$('#gallery_slider').easySlider({
//		auto: false,
//		continuous: true,
//		prevId: 'prevBtn_gallery',
//		nextId: 'nextBtn_gallery',
//	});

}); /*--jQuery--*/
