$(document).ready(function(){
			$("a[rel^='prettyPhoto']").prettyPhoto();
		});


// execute your scripts when DOM is ready. this is a good habit 
$(function() {         
         
    // initialize scrollable  
    $("div.scrollable").scrollable({ 
        vertical:true,  
        size: 1 
     
    })    
     
}); 




