/* Author:
  Chris Wible cwible@cnhi.com
  
  PRETTY PHOTO PLUGIN
  http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/documentation/
*/
$(document).ready(function() {
  $("a[rel^='prettyPhoto']").prettyPhoto(
    {theme:'dark_rounded'}
  );
});
