
/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#gallery { height: 350px; visibility: visible; overflow: hidden; background-color: #3E3E3E; }



/* PANEL OVERLAY CONTENT */
#middle-col .panel-overlay { color: white; font-size: 1em; margin: 5px; }
#middle-col .panel-overlay a { color: white; text-decoration: underline;  }

#gallery li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

