﻿div.imagegallery_container_show {
   position: absolute; 
   left: 100px; 
   top: 30px; 
    background-color: #FFF0AA; 
   z-index: 40; 
   visibility: visible; 
   }


div.imagegallery_container {
   position: absolute; 
   left: 100px; 
   top: 30px; 
    background-color: #FFF0AA; 
   z-index: 40; 
   visibility: hidden; 
   }




div.window_topbar {
   position: absolute; 
   left: 0px; 
   top: 0px; 
   width: 652px; 
   height: 29px; 
   z-index: 41; 
   background-image: url(/images/window_topbar.gif); 
   layer-background-image: url(/images/window_topbar.gif);
   padding: 1px;
   }

div.close_button {
   position: absolute; 
   left: 630px; 
   top: 3px; 
   z-index: 41; 
   background-color: #FFF0AA; 
   layer-background-color: #FFF0AA; 
   padding: 1px;
   }

div.window_topbar_title {
   position: absolute; 
   left: 5px; 
   top: 5px; 
   z-index: 41; 
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
	 color: #FFF6CB;
   }

 
div.list_of_images {
   position: absolute; 
   left: 15px; 
   top: 15px; 
   width: 129px;
   z-index: 40; 
   background-color: #FFF0AA; 
   layer-background-color: #FFF0AA; 
   padding: 1px;
   }


div.imagegallery {
   position: absolute; 
   left: 654px; 
   top: 30px; 
   width: 180px; 
   height: 478px; 
   z-index: 40; 
   background-color: #FFF0AA; 
   layer-background-color: #FFF0AA; 
   border: 0px solid #59481B; 
   border-left : 1px solid; 
   border-left-color:#59481B; 
   border-right : 1px solid; 
   border-right-color:#59481B; 
   border-top : 1px solid; 
   border-top-color:#59481B; 
   border-bottom : 1px solid; 
   border-bottom-color:#59481B;
   overflow: auto;
   padding: 1px;
   }

div.bigimage {
	 position: absolute; 
	 left: 0px; 
	 top: 8px; 
	 width: 650px; 
	 height: 500px; 
	 z-index: 40; 
	 background-color: #FFF0AA; 
	 layer-background-color: #FFF0AA; 
	 border-left : 1px solid; 
	 border-left-color:#59481B; 
	 border-right : 1px solid; 
	 border-right-color:#59481B; 
	 border-top : 1px solid; 
	 border-top-color:#59481B; 
	 border-bottom : 1px solid; 
	 border-bottom-color:#59481B;
   padding: 1px;
   }

