/*****************************************************
* Branding
*****************************************************/
#head h1 {
	width:625px;
	margin-right: 15px;
	float: left;
}
/*****************************************************
* Main Content
*****************************************************/

#main {
  background-repeat: no-repeat;
  float: left;
}
#portrait {
  background-image: url(../images/gportrait.jpg);
  background-repeat: no-repeat;
}
#action {
  background-image: url(../images/gaction.jpg);
  background-repeat: no-repeat;
}
#events {
  background-image: url(../images/gscenes.jpg);
  background-repeat: no-repeat;
}
.gal {
  width:305px;
  height:500px;
  float: left;
  margin-right: 15px;
  position: relative;
  }
.gal h3 {
padding: 15px 15px;
  }
.gal .trans {
  position: relative;
  top:15px;
}
.photo {
  float: left;
  overflow: hidden;
  width:145px;
  height:108px;
  margin:0px 15px 15px 0px;
  }
#photoAlbum {
  margin: 0 auto;
  }
.photo img {
  cursor: pointer;
}
#photo0, #photo1, #photo2, #photo3, #photo4, #photo5 {
	border-top: 5px solid #efefef;
  padding-top: 15px;
}
/*****************************************************
* Slimbox
*****************************************************/
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
}

.lbLoading {
  background: url(../images/loader.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(../images/prevlabel.png) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(../images/nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 75px;
  height: 22px;
  background: transparent url(../images/closelabel.png) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  display: inline;
}