.gallery {
}

.gallery .previews, .gallery .full, .gallery .desc {
  width: 100%;
  margin-right: 10px;
}

.gallery .desc, .gallery .full {
  width: 400px;
  font-size: 12px;
  display: inline-block;
}

.gallery .desc h2 {
  margin-top: 0;
}

.gallery .previews a {
  display: block;
  margin-bottom: 10px;
  margin-right: 15px;
}

.gallery .full, .gallery .full img {
  width: 100%;
  margin: 0 auto;
}

.gallery .previews a, .gallery .full {
  border: none;
  display: inline-block;
}

.gallery .previews a:hover, .gallery .previews a.selected {
}

.gallery .full img:hover {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/********* panels  **********/

#collapsible-panels h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(meritlineimages/open.png) no-repeat right center;
  border-bottom: 1px solid #e4e4e4;
}

#collapsible-panels h2.active {
  background: url(meritlineimages/close.png) no-repeat right center;
}

#collapsible-panels h2 a {
  padding: 10px 0;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  display: block;
}

#collapsible-panels div {
  width: 100%;
  color: #000000;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}

#collapsible-panels a {
  color: #02717B;
  text-decoration: none;
}

#collapsible-panels ul {
  padding: 0;
}

ul.li-square li {
  background: url(meritlineimages/li-square.png) no-repeat left center;
  list-style-type: none;
  padding-left: 14px;
}

ul.li-circle li {
  background: url(meritlineimages/li-circle.png) no-repeat left center;
  list-style-type: none;
  padding-left: 14px;
}