/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 672px; /* Set to gallery width, in px or percentage */
height: 160px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0px solid #000000; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid #000000; /* 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 */
}
/* End Gallery Styles */

#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;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	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;
	background-color: #000;
	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 */
	}	
	
font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #787878;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #787878;
	font-style: normal;
	font-size: 12px;
	font-weight: lighter;
	text-align: left;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #787878;
	font-style: normal;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #787878;
	font-weight: lighter;
	text-align: left;
}
  :link {
	color: #393939;
	text-decoration: none;
}
  :visited {
	color: #393939;
	text-decoration: none;
}
   a:active {
	color: #000000;
	text-decoration: none;
}  

  a:hover {
	color: #000000;
	text-decoration: none;
}  
#content {
	position: absolute;
	z-index: 3;
	top: 64px;
	left: 159px;
}
#client {
	position: absolute;
	z-index: 3;
	left: 156px;
	top: 59px;
	height: 96px;
}
#previous-vertical {
	position: absolute;
	z-index: 3;
	left: 71px;
	top: 355px;
}
#next-vertical {
	position: absolute;
	z-index: 3;
	left: 862px;
	top: 355px;
}
#previous {
	position: absolute;
	z-index: 3;
	left: 163px;
	top: 355px;
}
#next {
	position: absolute;
	z-index: 3;
	left: 754px;
	top: 355px;
}
#image-vertical {
	position: absolute;
	z-index: 3;
	left: 325px;
	top: 17px;
}
#image-square {
	position: absolute;
	z-index: 3;
	left: 266px;
	top: 37px;
}
#page {
	position: absolute;
	z-index: 3;
	left: 135px;
	top: 82px;
}
#everything {
	position: absolute;
	z-index: 1;
	width: 756px;
	vertical-align: middle;
}
#background {
	position: relative;
	z-index: 2;
}
html,body {
border:0;
background:url(images/background.jpg) repeat-x;
height:100%;
margin:0;
padding:0;
}

#main {
display:table;
height:100%;
width:100%;
}

#mainhold {
display:table-cell;
width:100%;
vertical-align:middle;
position:relative;
}

* html #mainhold {
top:50%;
}

#container {
margin-left:auto;
margin-right:auto;
background-color:#fff;
height:540px;
width:980px;
position:relative;
}

* html #container {
top:-50%;
}

#logo {
margin-left:0px;
font-size:22pt;
color:#FFF;
font-family:Invitation, Verdana, Arial, Helvetica, sans-serif;
}