@charset "utf-8";

/******************************************************
 * project   cig-cms
 * date      1-2-2010
 * author    netpositive[worbyd]
 ******************************************************/


/* galleries */
.gallery_items {
  margin: 0 0 20px 0;
}

.gallery_items a.item {
  display: block;
  float: left;
  margin: 0 20px 20px 20px;
  width: 280px;
}

.gallery_items span {
  display: block;
}

.gallery_items .date {
  margin: 0 0 1px 0;
  color: #7a7a7a;
  font-style: italic;
}

.gallery_items .title {
  padding: 0 0 10px 0;
  color: #939f00;
  font-size: 18px;
}

.gallery_items .description {
  line-height: 16px;
  color: #7a7a7a;
}

.gallery_items .imgframe {
  margin: 0 0 15px 0;
  padding: 7px;
  width: 266px;
  _width: 280px;
  height: 153px;
  _height: 167px;
  border: 1px solid #d6d6d6;
  text-align: center;
}

.gallery_items a:hover .imgframe {
  border-color: #b6b6b6;
}

.gallery_items .imgframe img {
}


/* gallery */
a.back_to_galleries {
  display: block;
  float: right;
  margin: 24px 0 0 0;
  width: 145px;
  height: 12px;
  background: url('../images/back_to_galleries.gif') no-repeat 0 0;
}

.gallery_description {
  width: 960px;
  margin: 0 0 25px 0;
  background: #f7f7f3 url('../images/description_top.gif') no-repeat left top;
}

.gallery_description .inner {
  padding: 20px 40px;
  width: 880px;
  _width: 960px;
  line-height: 16px;
  background: url('../images/description_bottom.gif') no-repeat left bottom;
  color: #7a7a7a;
}

.gallery_description h1 {
  float: left;
  margin: 0 30px 5px 0;
  height: 30px;
  color: #939f00;
  font-size: 18px;
  font-weight: normal;
}

.gallery_description h1 span.date {
  display: block;
  margin: 0 0 1px 0;
  color: #7a7a7a;
  font-size: 12px;
  font-style: italic;
}

/* main image */
.mainimage {
  position: relative;
  width: 960px;
  height: 375px;
  text-align: center;
}

.mainimage_wrap {
  display: table-cell;
  width: 960px;
  height: 375px;
  text-align: center;
  vertical-align: middle;
}

.mainimage a.prev,
.mainimage a.next,
.mainimage span.prev_inactive,
.mainimage span.next_inactive {
  display: block;
  position: absolute;
  top: 156px;
  width: 70px;
  height: 63px;
}

.mainimage a.prev {
  left: 60px;
  background: url('../images/arrow_left_brown.png') no-repeat 0 0;
}

.mainimage span.prev_inactive {
  left: 60px;
  cursor: default;
  background: url('../images/arrow_left_brown_inactive.png') no-repeat 0 0;
}

.mainimage a.next {
  right: 60px;
  background: url('../images/arrow_right_brown.png') no-repeat 0 0;
}

.mainimage span.next_inactive {
  right: 60px;
  cursor: default;
  background: url('../images/arrow_right_brown_inactive.png') no-repeat 0 0;
}


/* carousel */
.gallery_images {
  position: relative;
  margin: 35px 0 30px 0;
  padding: 10px 55px;
  width: 850px;
  _width: 960px;
  height: 66px;
  _height: 86px;
  overflow: hidden;
  background: url('../images/gallery_carousel.gif') no-repeat 0 0;
}

.gallery_images .jcarousel-prev,
.gallery_images .jcarousel-next {
  display: block;
  position: absolute;
  top: 32px;
  width: 29px;
  height: 30px;
  cursor: pointer;
  text-indent: -10000px;
}

.gallery_images .jcarousel-prev {
  left: 12px;
  background: url('../images/arrow_left_green.png') no-repeat 0 0;
}

.gallery_images .jcarousel-prev-disabled {
  cursor: default;
  background: url('../images/arrow_left_inactive.png') no-repeat 0 0;
}

.gallery_images .jcarousel-next {
  right: 12px;
  background: url('../images/arrow_right_green.png') no-repeat 0 0;
}

.gallery_images .jcarousel-next-disabled {
  cursor: default;
  background: url('../images/arrow_right_inactive.png') no-repeat 0 0;
}

.gallery_images ul {
  width: 5000px;
}

.gallery_images li {
  float: left;
  margin: 0 14px 0 0;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
}

.gallery_images li a img {
  display: block;
  height: 56px;
}

.jcarousel-container { position: relative; }

.jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
  float: left;
  list-style: none;
}

.jcarousel-next {
  z-index: 3;
  display: none;
}

.jcarousel-prev {
  z-index: 3;
  display: none;
}
