/* CSS Document */

#gallerycontainer {
  border:1px solid #aaa;
  background-color: #ccc;
  height:auto;
  font-size:12px;
  padding:5px;
  padding-top:0px;
  padding-bottom:3px;
}

#gallerycontainer a:hover {
  color: #fff;
  text-decoration:underline;
}

#gallerycontainer a, #gallerycontainer a:visited  {
  text-decoration:none;
}

#gallerycontainer .sizer {
  width:290px;
}

#gallerycontainer .header {
  padding:2px 5px 0px 5px;
  margin:0px;
}

#gallerycontainer .header a:hover {
  text-decoration:underline;
}

#gallerycontainer .launch {
  float:left;
  width:47%;
  font-size: 1.0em;
  font-weight:bold;
  text-align:left;
  padding-bottom: 2px;
}

#gallerycontainer .enlarge {
  float:right;
  font-size: .75em;
  text-align:right;
  padding-bottom:0px;
  padding-top:2px;
}

#gallerycontainer .enlarge a {
  color: #333;
}

#gallerycontainer .enlarge a:hover {
  color: #990000;
}

#gallerycontainer .matte {
  padding:5px 4px 0px 4px;
  text-align:center;
  background-color: #fff;
}

#gallerycontainer .credit {
  padding:2px 0px;
  background-color: #fff;
  font-size: .80em;
  color: #333;
  margin: 0px;
}

*html #gallerycontianer .credit {
  padding: 0px 0px 0px 2px;
  margin-top:0px;
}
#gallerycontainer .number {
  margin-top:0px;
  margin-left:5px;
  width:47%;
  text-align:left;
  float:left;
}

#gallerycontainer .galbyline {
  margin-top:0px;
  margin-right:5px;
  text-align:right;
  width:47%;
  float:right;
}

*html #gallerycontainer .number {
  margin-left:3px;
}

*html #gallerycontainer .galbyline {
  margin-left:3px;
}

#gallerycontainer img {
  border: 1px solid #000;
}

#gallerycontainer .caption {
  font-size: .85em;
  padding:4px 0px 0px 0px;
  color: #000;
}

#gallerycontainer .footer {
  margin:0px;
  padding-top:2px; 
  font-size: .95em;
  font-weight:bold;
}

#gallerycontainer .footer a:hover {
  text-decoration:underline;
}
#gallerycontainer .buy {
  text-align:left;
  float:left;
  width:47%;
}

#gallerycontainer .buy a {
  color: #990000;
}


#gallerycontainer .link {
  float:right;
  width:47%;
  text-align:right;
}





