.galleria {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  width: 200px;
  background-color: black;
}
.galleria li {
  margin: 0 10px 10px 0;
  overflow: hidden;
  display: block;
  height: 180px;
  width: 80px;
  float: left;
  background-color: black;
}
.galleria li a {
  display: none;
  background-color: #333333;
}
.galleria li div {
  display: none;
  position: absolute;
  left: 180px;
  top: 0;
  background-color: #191919;
}
.galleria li div img {
  cursor: pointer;
  background-color: black;
}
.galleria li.active div img, .galleria li.active div {
  display: block;
  background-color: black;
}
.galleria li img.thumb {
  left: auto;
  top: auto;
  width: auto;
  display: block;
  cursor: pointer;
  height: auto;
  background-color: black;
}
.galleria li .caption {
  padding-top: 0.5em;
  display: block;
  background-color: black;
}
* html .galleria li div span {
  background-color: black;
  width: 400px;
}
* {
  margin: 0;
  padding: 0;
}
body {
  border: 2px double #333333;
  margin: 30px auto;
  padding: 20px;
  background: black none repeat scroll 0% 50%;
  width: 750px;
  font-style: normal;
  font-size-adjust: none;
  text-align: center;
  line-height: 140%;
  font-variant: normal;
  font-stretch: normal;
  font-size: 80%;
  font-family: 'helvetica neue',sans-serif;
  color: #e0e0e0;
  font-weight: normal;
  height: auto;
}
h1, h2 {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-family: 'helvetica neue',sans-serif;
  font-variant: normal;
  font-size: 80%;
  font-size-adjust: none;
  letter-spacing: 3px;
}
a {
  color: #999999;
  text-decoration: none;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
}
a:hover {
  color: #bcbcbc;
}
.demo {
  margin-top: 0em;
  position: relative;
  color: #a4a4a4;
}
.gallery_demo {
  margin: 0 auto;
  top: 430px;
  width: 600px;
  position: absolute;
  left: 3px;
}
.gallery_demo li {
  border: 2px double black;
  margin: 0 3px;
  background: black none repeat scroll 0% 50%;
  width: 55px;
  height: 55px;
}
.gallery_demo li.hover {
  border-color: #999999;
}
.gallery_demo li.active {
  border-style: solid;
  border-color: #222222;
}
.gallery_demo li div {
  left: 240px;
}
.gallery_demo li div .caption {
  font-family: georgia,serif;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.7em;
  line-height: 1.4;
  font-size-adjust: none;
  font-stretch: normal;
}
.style8 {
  font-variant: normal;
  font-style: normal;
  bottom: 4px;
  font-weight: normal;
  font-size-adjust: none;
  right: 4px;
  font-family: 'helvetica neue',sans-serif;
  font-size: 95%;
  line-height: normal;
  font-stretch: normal;
  color: #999999;
  position: absolute;
  background-color: black;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
.twitter {
  background-repeat: no-repeat;
  background-image: url(s_twitter.gif);
  height: 16px;
  display: block;
}
.twitter:hover {
  background-image: url(cs_twitter.gif);
}
.flickr {
  background-repeat: no-repeat;
  background-image: url(s_flickr.gif);
  height: 16px;
  display: block;
}
.flickr:hover {
  background-image: url(cs_flickr.gif);
}
.vimeo {
  background-repeat: no-repeat;
  background-image: url(s_vimeo.gif);
  height: 16px;
  display: block;
}
.vimeo:hover {
  background-image: url(cs_vimeo.gif);
}
.linkedin {
  background-repeat: no-repeat;
  background-image: url(s_linkedin.gif);
  height: 16px;
  display: block;
}
.linkedin:hover {
  background-image: url(cs_linkedin.gif);
}

