jQuery(document).ready(function($) {
  
  //$('ul.main li ul').hide();
  $('ul.nav').superfish();
  
  Cufon.replace('#sidebar h2')('.panel h3')('.panel a')('.reservation-links')('#enrollment_forms #content')('#content h2')('#post-entries h3')('.greyscale')('.storytitle')('.wufoo h2')('ul.main li a', {
    hover: {
      color: '#539cb7'
    }
	})('a.top-lnk', {
    hover: {
      color: '#539cb7'
    }
	})('.storytitle a', {
    hover: true
  })('#content-footer .box a', {
    textShadow: '#fff -1px -1px',
    hover: true
  })('.ngg-album-compact h4 a', {
    textShadow: '#000 -1px -1px',
    hover: true
  })('a.redButton', {
    textShadow: '#000 -1px -1px',
    hover: true,
    separate: 'none'
  });
  
  $("a[rel^='lightbox']").prettyPhoto({
    theme: 'facebook'  
  });
  
  $(".page-item-29 a").click(function() {
    $.prettyPhoto.open('http://pamperedpoochplayground.com/webcams?iframe=true&width=725&height=375');
    return false;
  });
  
  $(".webcam a").click(function() {
    $.prettyPhoto.open('http://pamperedpoochplayground.com/webcams?iframe=true&width=725&height=375');
    return false;
  });
  
  $(".modal a").click(function() {
    $.prettyPhoto.open('http://pamperedpoochplayground.com/webcams?iframe=true&width=725&height=375');
    return false;
  });

	$("#pooch-cam a").click(function() {
    $.prettyPhoto.open('http://pamperedpoochplayground.com/webcams?iframe=true&width=725&height=375');
    return false;
  });	
  
  // SCROLLABLE
  $("#banners").scrollable({
    clickable: false,
    size: 1,
    item: 'a',
    next: '.right',
    prev: '.left',
    circular: true
  }).autoscroll(8000);
  
  $('#faqs #content').localScroll();
  
});