/*                                                         
                                                       
  Project: Godfrey
	
  Key	Title
  [W]	Wrapper
  [R]	Required Global
  [G]	Gallery
*/

body {
	line-height: 1.2;
	background-color: #000000;
}

/* [W] */

#wrapper {
  width: 850px;
  margin: 0 auto;
  position: relative;
/*  padding: 93px 0;
*/}

/* [R] */

.clear {
  clear: both;	
}

/* [G] */

#gallery { 
  width: 100%;
  display: none;	
}

#gallery_top {
  width: 100%;
  background-color: #000;
  clear: both;
}

#gallery_title {
  font-family: "Times New Roman", Times, serif;
  color: #D5C6AA;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1cm;
  float: left;
  border-left: 8px solid #FFD768;	
  padding: 4px 0 4px 8px;
}
#gallery_groups {
  float: left;	
  margin: 4px 0 0 21px;
}
#gallery_groups li {
  float: left;
  display: block;
  background-color: #AC9D80;
  margin: 0px;
  margin-right: 6px;
  padding: 1px 3px 1px 5px;
}
#gallery_groups li a:link, #gallery_groups li a:hover, #gallery_groups li a:visited {
  font-family: "Times New Roman", Times, serif;
  display: block;
  color: #000;
  letter-spacing: 0.07cm;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;	
}
#gallery_groups li span {
  display: block;
  float: left;
  cursor: pointer;
}	

#gallery_groups li span.g_nav {
  display: none;	
}

#gallery_groups li.selected span.g_nav {
  display: block;
  width: 375px;	
  margin-left: 5px;
}
#gallery_groups li.on {
  background-color: #FFD768;	
}

#gallery_container, #gallery_image, #gallery_side {
  height: 564px;
}
#gallery_container {
  background-color: #000;	
  position: relative;
}
#gallery_image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;	
  text-align: center;
}
#gallery_side {
  position: absolute;
  top: 0;
  left: 0;	
  width: 145px;
  background-color: #AC9D80;	
}
.gallery_scroll_top, .gallery_scroll_down {
  position: absolute;	
  width: 41px;
  height: 22px;
  cursor: pointer;
  z-index: 1000;
}
.gallery_scroll_top {
  left: 35px;
  background: url('../images/gallery_up.png');
}
.gallery_scroll_down {
  left: 70px;
  background: url('../images/gallery_down.png');	
}

#gallery_scroll_top_up, #gallery_scroll_bottom_up {
  top: 10px;	
}
#gallery_scroll_top_down, #gallery_scroll_bottom_down {
  bottom: 10px;	
}


.gallery_nav {
  display: block; 
  overflow: hidden;
  width: 125px;
  position: absolute;
  top: 43px;
  left: 0;
  height: 475px;
  padding: 5px 0 5px 20px;
}
.gallery_nav li {
  display: block; 
  width: 100px;
  height: 100px; 
  overflow: hidden;
  margin-bottom: 15px;
  border: 3px solid transparent;
}
.gallery_nav li.active {
  border: 3px solid #D5C6AA;
}
.gallery_nav li a {
  display: none
}
.gallery_nav li div {
  position: absolute;
  display: none;
  top: 0;
  left: 180px
}
.gallery_nav li div img{
  cursor:pointer
}
.gallery_nav li.active div img, .gallery_nav li.active div {
  display: block; 
}
.gallery_nav li img.thumb {
  cursor:pointer;
  top:auto;
  left:auto;
  display:block;
  width:auto;
  height:auto
}

.caption {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #fff;	
}
* html .gallery_nav li div span { /* MSIE bug */
  width:400px
} 

#gallery_warning {
  font-family: "Times New Roman", Times, serif;
  color: #CC0000;
  font-size: 18px;
}


