$(function(){$(".property_details_thumbs .thumbs").jCarouselLite({btnNext:"#hlg_right a",btnPrev:"#hlg_left a",start:0,visible:6,scroll:6,speed:1000,easing:"easeOutBack",mouseWheel:true,circular:false});$('a#map:first').each(function(){var latlng=$(this).attr('rel');$(this).qtip({content:{title:{text:'Area Map',button:'Close'},text:'<img width="500" height="400" src="http://maps.google.com/maps/api/staticmap?center='+latlng+'&zoom=12&size=500x400&markers=color:0xC82B18|'+latlng+'&sensor=false" />'},style:'dark',position:{target:$(document.body),corner:'center'},show:{when:'click',solo:true},hide:false,style:{width:{max:600},padding:0,border:{width:9,radius:9,color:'#666666'},name:'light'},api:{beforeShow:function(){$('#qtip-blanket').fadeIn(this.options.show.effect.length);},beforeHide:function(){$('#qtip-blanket').fadeOut(this.options.hide.effect.length);}}});});$(".property_details_photo a").bind("click",function(){$(".thumbs a:first").click();return false;});});