/*** nextgen gallery ***/

#nggup-right {
  padding-right: 10px ;
  width: 190px ;
  float: right ;
}

#nggup-left {
  margin-right: 220px ;
  width: 500px ; /* for ie */
}

.nggup-thumb {
  float: left ;
  height: 100px ; /* for ie */
  line-height: 0px ;
  border: 1px solid #006699 ;
  padding: 4px ;
}

.nggup-thumb:hover {
  border: 5px solid #99cccc ;
  padding: 0px ;
}

#nggup-right h3, #nggup-left h3 {
  color: #660000 ;
  margin-bottom: 5px ;
  font-family: Georgia, serif ;
  font-weight: normal ;
  font-size: 18px ;
}

#nggup-right p {
  margin-bottom: 5px ;
}

#nggup-right li {
  text-transform: uppercase ;
  line-height: 18px ;
  font-size: 11px ;
}

/*** album view ***/

#nggup-album .nggup-gallery {
  margin-bottom: 30px ;
  float: left ; /* to clear floated children */
  width: 100% ;
}

#nggup-album .nggup-gallery h3, #nggup-album .nggup-gallery p {
  margin-left: 120px ;
}

/*** gallery view ***/

#nggup-gallery .nggup-thumb {
  margin-right: 15px ;
  margin-bottom: 15px ;
}

#nggup-gallery #nggup-right img {
  margin-top: 20px ;
}
