@import url("style.css");

.photos_count {
  float: right;
  color: #7f7f7f;
  padding-top: 10px;
  font-size: 11px;
}

.gallery-categories {
  font-size: 12px;
  padding-bottom: 20px;
}

.gallery-categories h6 {
  font-size: 18px;
}

.gallery-categories ul {
  padding-top: 10px;
}

.gallery-categories ul li {
  line-height: 1.7em;
  padding-left: 17px;
  background: url(/images/photo-camera.gif) no-repeat 0px 5px;
}

.gallery-categories ul li a {
  font-weight: bold;
}

.gallery-categories ul li span {
  color: #808080;
}

.gallery {
  overflow:             hidden;
  padding-bottom:       20px;
  clear:                both;
}

.gallery .nav {
  width:                100%;
  background:           url('/images/nav-bg.gif') repeat-x;
  height:               43px;
  position:             relative;
  padding-bottom:       20px;
}

.gallery .nav div {
  float:                left;
  height:               35px;
}

.gallery .nav .nav-left {
  float:                left;
  width:                9px;
  height:               43px;
  background:           url('/images/nav-bg-left-corner.gif') no-repeat;
  position:             absolute;
  top:                  0px;
  left:                 0px;
}

.gallery .nav .nav-right {
  float:                right;
  width:                9px;
  height:               43px;
  background:           url('/images/nav-bg-right-corner.gif') no-repeat;
  position:             absolute;
  top:                  0px;
  right:                0px;
}

.gallery .nav .gallery_pager td {
  font-size:            12px;
  padding:              0px 3px 0px 3px;
}

.gallery .nav .gallery_pager .nav-left-arrow,
.gallery .nav .gallery_pager .nav-right-arrow {
  margin:               2px 0px 0px 0px;
  width:                31px;
  height:               31px;
  display:              block;
  text-decoration:      none !important;
}

.gallery .nav .gallery_pager .nav-left-arrow {
  background:           url('/images/company-gallery-arrows.gif') no-repeat;
  background-position:  0px 0px;
  margin-right:         10px;
}

.gallery .nav .gallery_pager .nav-left-arrow:hover {
  background:           url('/images/company-gallery-arrows.gif') no-repeat;
  background-position:  -62px 0px;
}

.gallery .nav .gallery_pager .nav-right-arrow {
  background:           url('/images/company-gallery-arrows.gif') no-repeat;
  background-position:  -31px 0px;
  margin-left:          10px;
}

.gallery .nav .gallery_pager .nav-right-arrow:hover {
  background:           url('/images/company-gallery-arrows.gif') no-repeat;
  background-position:  -93px 0px;
}

.gallery .nav .right {
  float:                right;
}

.gallery .items {
  width: 100%;
  font-size: 12px;
}

.gallery .items td {
  padding-bottom: 20px;
  padding-right: 10px;
  vertical-align: top;
}

.gallery .items td.c3 {
  padding-right: 0px;
}

.gallery .items .item_cont .image_cont {
  padding:              3px;
  border:               solid 1px #BBBBBB;
  width:                146px;
  height:               110px;     
  text-align:           center;
  margin-bottom:        5px;
}

.gallery .items .item_cont .image_cont a {
  display:              block;
  height:               100%;
}

