jQuery(document).ready(function($){
	
  
  $("a[rel^='lightbox']").prettyPhoto({
    theme: 'facebook'  
  });

  // SCROLLABLE
  $("#banners").scrollable({
    clickable: false,
    size: 3,
    item: 'div'
  }).circular();
  
  Cufon.replace('#nav_primary',{
    textShadow:'#fff 1px 1px',hover:true
  })('.column_side h3',{
    textShadow: '#fff 1px 1px'
  })('#footer h2',{
    textShadow: '#231b12 1px 1px'
  })('h3.album_title')('.biohead')('h3.contact')('h2.headline')('.mediatitle')('.show_links a');

});
