﻿#pictureGalleryFooter {
  height: 25px;
  margin-bottom: 19px;
  width: 444px;
  position: absolute;
  margin-top: 271px;
  /* Override with site colour or transparency 
  eg. #034488;  
  background-color: transparent;
  */
  background-color: #034488;
  
}

#pictureGalleryFooter h5 {
  color: #E8E6EE;
  z-index: 99;
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin: 0;
}

.pictureCaption a, .pictureCaption a:hover, #pictureGalleryFooter a, #pictureGalleryFooter a:hover {
  color: #E8E6EE !important;
  background-color: transparent !important;
}

#picLeft, .previous {
  margin-left: 4px; 
  margin-top: 3px;
  float: left;
  background: url(/common/images/graphics/leftarrow.png) transparent;
  width: 20px;
  height: 20px;
  text-indent: -5000px;
  overflow: hidden;
  z-index: 99999;
}

#picRight, .next {
  float: right;
  margin-top: 3px;
  background: url(/common/images/graphics/rightarrow.png) transparent;
  width: 20px;
  height: 20px;
/*  margin-right: -30px; */
  margin-right: 4px;
  text-indent: -5000px;
  overflow: hidden;
  z-index: 99999;
}

#pictureGallery {
  position:relative;
  background: url(/common/images/slideImgOne.jpg) no-repeat;
  width: 444px;
  /* needed for pic switching */
  height: 296px;
}

#tempPictureGallery {
  /* only used for pic switching */
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 444px;
  height: 315px;
  background: transparent;
  display: none;
}

.clearing {clear:both;}

#hpcol1 {width: 444px; float:left;}

.pictureCaption {
  background-color: #034488;
  color: #E8E6EE;
  width: 444px;
  text-align: center;
  margin-top: -13px !important;
  padding: 6px 0;
}