 /* CSS definition file containing sitestyle stylesheets
    Additional style sheet black.css for JAlbum skin - Exhibit Plus
    Author Mark Fyvie email: <jalbum at markf . mailshell . com> 

    Note: this style sheet contains only information to change the colours on the original stylesheet basestyle.css (located in the res directory). This makes it easy to update just the colours in one location */

 body  { color: white; background-color: black }
 .photoName { color: white }
 .photoPosition { color: white }
 .photoData { color: #000099 }
 .photoDataPopup { background-color: black; color: #000099 }
 .photoDataSeparator { color: silver }
 .dateline { color: gray }
 .header { color: white }
 .footer { color: gray }
 .minithumbcurrent { border-color: white }
#centercontent { background: black; background-image: url(); }
#frame { background-color: #111111 }
#indexframe { background-color: #111111 }
 .folderData { color: #cccc99 }
 .folderDescription { color: #cccc99 }
 

/* Frame around entire picture (slide page) - used for glow effect under photos*/
/* Note: it is advisable to use one of the 16 predefined colours here, since other colours will not dither well! */
/* <% album.put("GLOW_COLOR", "cyan"); %> */

/* <% album.put("BUTTON_SET", "Silver-21px-DarkBackground"); %> */ 

