/* gallery content */
#content {
  z-index: 400;
  margin: 0;
  padding: 10px;
  text-align: center; }

#content .gallery img {
  z-index: 400;
  display: block;
  border: 1px solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
  -moz-transition: all 0.025s ease;
  -webkit-transition: all 0.025s ease;
  -o-transition: all 0.025s ease;
  transition: all 0.025s ease; }

#content .gallery li {
  z-index: 400;
  display: inline-block;
  padding: 6px;
  margin: 10px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.025s ease;
  -webkit-transition: all 0.025s ease;
  -o-transition: all 0.025s ease;
  transition: all 0.025s ease; }

#content .gallery li:hover {
  z-index: 400;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62b5ee), color-stop(100%, #0690e5));
  background-image: -webkit-linear-gradient(#62b5ee, #0690e5);
  background-image: -moz-linear-gradient(#62b5ee, #0690e5);
  background-image: -o-linear-gradient(#62b5ee, #0690e5);
  background-image: -ms-linear-gradient(#62b5ee, #0690e5);
  background-image: linear-gradient(#62b5ee, #0690e5);
  -moz-box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6); }

#content .gallery li:hover img {
  z-index: 400;
  border: 1px solid #0174bd; }

#glisse-close {
  z-index: 400;
  display: none; }

#glisse-controls {
  z-index: 400;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #2d2f35;
  text-shadow: 0 -1px 0 #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(87, 90, 98, 0.9)), color-stop(100%, rgba(62, 65, 72, 0.9)));
  background-image: -webkit-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -moz-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -o-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -ms-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7); }

.glisse-next a, .glisse-prev a {
  position: absolute;
  display: block;
  left: 0;
  height: 39px;
  width: 39px;
  font-family: 'WebSymbolsRegular';
  line-height: 40px;
  color: white;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 black; }

.glisse-next a:active, .glisse-prev a:active {
  text-shadow: 0 0 30px white, 0 0 10px white; }

.glisse-prev a {
  border-right: 1px solid #2d2f35;
  -moz-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15); }

.glisse-next a {
  left: auto;
  right: 0;
  border-left: 1px solid #2d2f35;
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15); }

.glisse-legend {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 40px;
  text-align: center;
  line-height: 40px; }
