#contentLeft {
  overflow:hidden;
}

#contentLeft #galleryList {
  width:240px;
  height:300px;
  margin:0px;
  margin-left:10px;
  overflow:auto;
}
#contentLeft #galleryList H2 {
  font-size:15px;
  text-decoration:underline;
  margin:0px;
  color:#039;
}
#contentLeft #galleryList H2 A {
  font-weight:normal;
}
#contentLeft #galleryList P {
  width:200px;
  color:#039;
}
#contentLeft #galleryList P.err {
  color:#ff6;
  font-weight:bold;
}
#contentLeft #galleryList UL {
  width:175px;
  margin:0px;
  padding:0px;
  padding-left:10px;
  list-style-type:none;
  height:200px;
}
#contentLeft #galleryList UL LI A:hover {
  color:#C00;
}
#contentLeft #gallerySample {
  position:relative;
  margin:auto;
  width:150px;
  height:auto;
}
#contentLeft #gallerySample IMG {
  width:150px;
  float:none;
}

#contentRight #help {
  position:relative;
  width:540px;
  height:25px;
  margin:0px;
}
#contentRight #gallerySample {
  position:relative;
  margin:15px;
  height:auto;
  float:right;
}
#contentRight #galleryThumbnails {
  position:relative;
  width:540px;
  height:100px;
  margin:0px;
  overflow:auto;
}
#contentRight #galleryThumbnails DIV {
  position:relative;
  width:100px;
  height:100px;
  margin-right:10px;
  float:left;
}
#contentRight #galleryThumbnails DIV IMG {
  width:80px;
  margin:0px 10px;
}
#contentRight #galleryThumbnails DIV H6 {
  width:100px;
  margin:0px;
  text-align:center;
}

#contentRight #divider {
  position:relative;
  width:540px;
  height:12px;
  top:0px;
  background-image:url(/include/img/boxDivider.gif);
  background-repeat:repeat-x;
}

#contentRight #galleryDetails {
  position:relative;
  width:540px;
  height:310px;
  margin:0px;
  overflow:auto;
}
#contentRight #galleryDetails.long {
  height:425px;
}
