



$(document).ready(function(){
		
//$("#tooltest").tooltip({relative: true});  
//$("#mainNav #walks").tooltip({ relative: true});  
		

 
    // initialize scrollable 
  
	
	$("div.scrollable").scrollable({size:1}).circular().autoscroll({ 
    steps: 1, 
    interval: 5000         
	});
	
      
        
		$('.end_clickable').click( function() {
          var target = this.id + '_detail';
		  var thisrec = this.id;
		 $(".end_hide").hide();
		 $('.end_clickable').removeClass('end_clickable_selected')
          
		  $('#' + thisrec).addClass('end_clickable_selected');
          $('#' + target).toggle();
                    
        });
		
		
		
		$('#contact_email').attr('href', $.rotate13('znvygb:vasb@rnfgjbbquvyy.bet.am')).text(
        $.rotate13('vasb@rnfgjbbquvyy.bet.am'));
		
		
		$("a[rel^='prettyPhoto']").prettyPhoto({
			animationSpeed: 'fast', /* fast/slow/normal */
			opacity: 0.80, /* Value between 0 and 1 */
			showTitle: false, /* true/false */
			allowresize: true /* true/false */
			
            })
		
        
    });