@charset "utf-8";
/* CSS Document */
#gallery .clear {
  clear: both;
  line-height: 1px;
  height: 1px;
}
#gallery {
  width: 640px;
  margin: 0 auto 30px auto;
  font-family: arial, helvetica, sans-serif;
}
#gallery h1 {
  font-size: 28px;
  line-height: 32px;
}
#gallery h2 {
  font-size: 18px;
  margin: 0 0 25px 0;
  font-family: arial, helvetica, sans-serif;
}
#gallery h3 {
  font-size: 16px;
  margin: 0 0 5px 0;
}
#gallery p {
  margin-top: 10px;
}
#gallery ul, #gallery li {
  list-style-type: none;
}
#gallery .type {
  list-style-type: none;
}
#gallery .type li {
  float: left;
  margin: 0 60px 0 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  list-style-type: none;
  color: #888888;
}
#gallery .type a, #gallery .type span {
  display: block;
  padding: 4px;
  color: #000000;
  text-decoration: none;
  outline: none;
}
#gallery .type a:hover {
  background-color: #dddddd;
}
#gallery .type .disabled {
    color: #aaaaaa;
}
#gallery span.thisType {
  padding: 3px;
  border: 1px solid #cccccc;
  font-weight: bold;
  color: #000000;
}
#gallery .thisType:hover {
  background-color: #ffffff;
  cursor: default;
}
#galleryContainer {
  float: left;
  min-width: 530px;
  min-height: 578px;
  padding-right: 30px;
}
#galleryContainer div {
  min-width: 530px;
  min-height: 578px;
}
#galleryContainer div a {
  color: #000000;
  margin-top: 5px;
  display: block;
  font-size: 12px;
  text-decoration: none;
}
#galleryContainer div span.nav {
  display: inline;
}
#galleryContainer div span.nav a {
  display: inline-block;
  width: 9px;
  height: 12px;
  margin-bottom: -2px;
}
#galleryContainer div span.nav a.prev {
  background: url(../images/template/left_arrow_sm.gif) no-repeat left top;
  padding-right: 8px;
}
#galleryContainer div span.nav a.next {
  background: url(../images/template/right_arrow_sm.gif) no-repeat right top;
  padding-left: 8px;
}
.galleryWrap {
  margin: 10px auto;
  min-width: 530px;
  text-align: center;
  padding: 0;
}
#gallery div.nav {
  float: left;
  padding: 0;
  vertical-align: middle;
  padding-top: 220px;
}
#gallery div.nav a {
  display: block;
  height: 76px;
  width: 20px;
  outline: none;
}
#gallery div.nav a.prev {
  background: url(../images/template/left_arrow.gif) no-repeat left top;
  margin-right: 30px;
}
#gallery div.nav a.next {
  background: url(../images/template/right_arrow.gif) no-repeat left top;
}
#gallery div.nav a.prev:hover {
  background: url(../images/template/left_arrow_ro.gif) no-repeat left top;
}
#gallery div.nav a.next:hover {
  background: url(../images/template/right_arrow_ro.gif) no-repeat left top;
}
#gallery div.nav a.prev:active {
  background: url(../images/template/left_arrow_down.gif) no-repeat left top;
}
#gallery div.nav a.next:active {
  background: url(../images/template/right_arrow_down.gif) no-repeat left top;
}
#gallery select {
  width: 240px;
}
#galleryContainer div a span {
  font-size: 9px;

}
