﻿/*
	--------------------------
	Gallery page Styles
	--------------------------
*/

div.parchment div.right div.galleryimage    { margin: 1em 0px 0px 0px; width: 31.25em; height: 28em; border: solid 1px #efe7b0; text-align: center; position: relative; }
img#imgMain { max-width: 29.75em; max-height: 25em; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; margin: auto; }

div.parchment div.right div.gallerylist { width: 31.25em; height: 124px; overflow: hidden; position: relative; margin-bottom: 1em; border: solid 1px #efe7b0; border-top: 0px; }

div.gallerylist a.scroll { display: block; position: absolute; z-index: 99; width: 1em; height: 24px; padding: 50px 0px; float: left; border: solid 1px #efe7b0; background-color: #efe7b0; text-align: center; text-decoration: none; }
div.gallerylist a.scroll.left   { top: 0px; left: 0px; border-right: dotted 1px #430401;  }
div.gallerylist a.scroll.right   { top: 0px; right: 0px; border-left: dotted 1px #430401;  }

div.gallerylist ul { list-style-type: none; height: 124px; overflow: hidden; float: left; position: absolute; top: 10px; left: 2em; padding: 0px; margin: 0px; }
div.gallerylist ul li   { border: solid 0.15em #000; float: left; margin-right: 1em; cursor: pointer; width: 8em; height: 100px; overflow: hidden; text-align: center; background-color: #000; }
div.gallerylist ul li.selected   { border: solid 0.15em #ff9900; }