var maxHeight=380;$(function() {    $('#slides').nivoSlider({        effect:'random', //Specify sets like: 'fold,fade,sliceDown'        slices:10,        animSpeed:600, //Slide transition speed        pauseTime:3000,        startSlide:0, //Set starting Slide (0 index)        directionNav:true, //Next & Prev        directionNavHide:true, //Only show on hover        controlNav:$('#slider-thumbs'),        controlNavThumbs:true, //Use thumbnails for Control Nav        controlNavThumbsFromRel:true, //Use image rel for thumbs        pauseOnHover:true,         manualAdvance:false,         captionOpacity:0.8, //Universal caption opacity        beforeChange: function(){},        afterChange: function(){			        	        	$("#makeMeScrollable").smoothDivScroll("moveToElement","number", $(this).data('nivo:vars').currentSlide)},        slideshowEnd: function(){},        lastSlide: function(){},        afterLoad: function(){            $("#makeMeScrollable").smoothDivScroll({		scrollableArea:"#slider-thumbs", 		scrollInterval: 20, 		mouseDownSpeedBooster: 3, 		visibleHotSpots: ""});	        $("#makeMeScrollable").smoothDivScroll("moveToElement", "first");        	$("#makeMeScrollable").show();        	(function () {				var d = 500;				$("#slider-thumbs a").each(function(i) {					if (i < 8)	{						$(this).fadeIn(d);						d+=100;					}else {$(this).show();}										});			})();        	$("#slider").css('visibility','visible');			        }    });    $("#bedrooms").selectmenu({        style:'dropdown',        wrapperElement:"",        handleWidth:21,        borderWidth:2    });    $("#sleeps").selectmenu({        style:'dropdown',        wrapperElement:"",        handleWidth:21,        borderWidth:2    });})
