/* ---------------------------------------
   Atrium Biodiversity Information System
   Image Preview Styles (for boxover.js)
--------------------------------------- */

.img-preview-hdr {
	 font-size: .65em;
   font-weight: bold;
	 text-align: center;
   background-color: #EBE8DF;
   border: 1px solid #A39466;
   padding: 5px;
   width: 300px;
}

.img-preview-body {
   background-color: #fff;
   border-left: 1px solid #A39466;
   border-right: 1px solid #A39466;
   border-bottom: 1px solid #A39466;
   padding: 5px;
   width: 300px;
}
