/**
 * $Rev: 190 $
 * $Date: 2007-12-12 22:34:56 -0500 (Wed, 12 Dec 2007) $
 * $Id: gallery.css 190 2007-12-13 03:34:56Z tdowg1 $
 *
 */
/** #373C40 - very dark grey/blue **/
/** #4D4D4D - dark grey/blue **/
/** #767D83 - light grey **/

#mmmBox{ width: 578px; height: 757px; }
	#wwwBox{ width: 578px; height: 757px; position: absolute; overflow: hidden; z-index: 20; }
	/** #loadBox { width: 578px; height: 500px; position: absolute; background-color:#373C40; } */
	#loadBox { width: 578px; height: 436px; position: absolute; background-color:#FFF; }
	#linkBox { width: 578px; height: 757px; position: absolute; }
	#photoBox { width: 578px; height: 757px; position: absolute; line-height: 0px; z-index: 1; background-color: #767D83; }

	#image { width: 568px; height: 757px;  position: absolute; left: 100px; top:0px;  }

#counterBox { margin: 0pt auto; text-align: right; position: absolute; }
#counterBox p { padding: 0pt 14px 12px; }
#counterBox strong { color: #4D4D4D }
#counter { width: 568px; }

#prevLink, #nextLink { background: transparent url('../_img/c.gif') no-repeat; cursor: pointer; width: 48%; height: 100%; display: block; text-indent: -9000px; }
#prevLink { left: 0pt; float: left; cursor: w-resize; }
#nextLink { right: 0pt; float: right; cursor: e-resize; }
#prevLink:hover, #prevLink:visited:hover { background: transparent url('../_img/prev.gif') no-repeat scroll left top; }
#nextLink:hover, #nextLink:visited:hover { background: transparent url('../_img/next.gif') no-repeat scroll right top; }

