 $(document).ready(function(){

    /*
 
   // select the thumbnails and make them trigger our overlay 
        $('.priscillacatalog .priscillacatalogbox a.imgcatalogo').overlay({ 
         
            // each trigger uses the same overlay with the class "priscillagallery" 
            target: '.priscillagallery', 
         
            // optional exposing effect 
            expose: '#f1f1f1' 
         
        // let the gallery plugin do its magic! 
        }).gallery({ 
         
            // the plugin accepts its own set of configuration options 
            speed: 800 
        });
*/
        
        // select the thumbnails and make them trigger our overlay 
       	$("a[rel='colorbox']").colorbox({transition:"fade"});
 		$('.priscillacatalog .priscillacatalogbox a.imgcatalogo').colorbox(); 
	

});

