
/*
 *  Styling for the large versions of a picture.
 */

#LargeDisplay {
 display: block;
 position: relative;
 border: thick double maroon;
 text-align: center;
 margin: 10px;
 padding: 0;
 width: 870px;
 height: 580px;
 max-width: 1045px;
 max-height: 660px;
 width: auto;
 height: auto;

 overflow: auto;
}

#LargeDisplay img {
 border: 2px solid #000000;
 margin: 10px;
}
