#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: #CC3300;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
  .gallery {
      background: #FFFFFF;
      color: #000000;
  }
          
  .galleryhead {
      font-family: Arial, Tahoma, Verdana, Century Gothic; 
      font-size: 20pt;
      line-height: 24px;
      font-weight: bold;
      text-align:center;
      background-color: #FFFFFF;
      color: #333333;
  }
      
  .gallerypath {
      background-color : #D5D5D5;
      color: #000000;
  }

  .gallerysectiontableheader {
      font-size: 11px;
      font-weight: normal;
      text-align: center;
      background: #787878;
      color: #FFFFFF;
      padding: 4px;
  }

  .gallerysectiontableentry {
      background-color : #FFFFFF;
      color: #000000;
  }

  .gallerysectiontableentry1 {
      background-color : #B2B2B2;
      color: #000000;
  }

  .gallerysectiontableentry2 {
      background-color : #DCDBDB;
      color: #000000;
  }

  .smallgm {
      font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
      font-size: 7pt; 
      color: grey;
  }

  .smallgsm {
      font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
      font-size: 7pt; 
      color: grey;
  }

  .myborder {
      border-width: 1px;
      border-style: solid; 
      border-color: #B5B5B5;
      padding: 10px;
      margin-right: 0px; 
      margin-left: 0px;
      margin-bottom: 4px;
  }

  .noborder {
      border-style: none;
  }


  a.gallerypathway,
  a.gallerypathway:link {
    color: #055d8e;
  }

  a.gallerypathway:hover {
    color: #C30000;
  }

/* Nameshield Styles */

/* MotionGallery Styles */

  #motioncontainer {
    margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
    width: 400px;/* Set to gallery width, in px or percentage */
    height: 80px;/* Set to gallery height */
  }
  
  #motioncontainer a img {
    border: 1px solid #cccccc; /* Set image border color */
  }
  
  #motioncontainer a:hover img {
    border: 1px solid navy; /* Set image border hover color */
  }
  
  #statusdiv {
    background-color: lightyellow;
    border: 1px solid gray;
    padding: 2px;
    position: absolute; /* Stop Editing Gallery Styles */
    left: -300px;
    visibility: hidden;
  }
  
  #motioncontainer a:hover {
    color: red; /* Dummy definition to overcome IE bug */
  }
