html, body {
	
	height:100%;
	
}
body{
	
	font-family			: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #444;
	
}
div#layout {
	position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

div#page { /* Define the width of page */

	  width: 900px;
	  height:260px;
	background-color: #fff;
	margin-left: -450px;  /***  width / 2   ***/
	position: absolute;
top:-130px;
  left: 50%;
 
}

a.tooltips{
z-index:9;
color:#690;
text-decoration:none;
}
a.tooltips:hover{
position:relative;
z-index:99;
text-decoration:none;
}
a.tooltips span{
display:none;
}
a.tooltips:hover span{
display:block;
position:absolute;
float:left;
white-space:nowrap;
bottom:-2.5em;
left:0;

opacity:0.8;
border:0px solid #000;
color:#333;
padding:2px 2px;
margin:0;
z-index:9;
font-size:10px;
font-weight:bold;
}


#image-hover {
	
}

#figure {
position:relative;
float:left;
margin:0px;
overflow:hidden;
padding: 0px;
text-align:right;
font-family			: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:18px;
color:#CCC;
}

#figure:hover {

}

#figure .caption {
position:absolute;
bottom:0;
left:0;
opacity: 0.8;
margin-bottom:-100px;
-webkit-transition: margin-bottom;
-webkit-transition-duration: 200ms;
-webkit-transition-timing-function: ease-out;
-moz-transition-property: margin-bottom;
-moz-transition-duration: 200ms;
-moz-transition-timing-function: ease-out;
-o-transition-property: margin-bottom;
-o-transition-duration: 200ms;
transition: margin-bottom;
transition-duration: 200ms;
transition-timing-function: ease-out;
text-align:left;
}

#figure:hover .caption {
margin-bottom:4px;
}

#image-hover .caption {
width:100%;

padding:10px;
background:#111;
color:#000;
font-family: Arial, Helvetica, sans-serif;
}

#image-hover .caption b {
}
#image-hover .caption {
color: #fff;
font-size: 10px;

}




/* ______ */

.galleryWrapper {

	width				: 900px;
	height				: 220px;
	overflow:hidden;
	border				: 0px solid #ccc;
	margin				: 0 auto;
	
	
	
	
}

.galleryItems {
	display				: block;
	margin				: 0;
	list-style:none;
	padding-left		: 0;
	

	
}

.galleryItems li {
	display				: inline;
	float:left;
	padding				: 0 0;
/* space between icons */
	
	
	
	
}

.galleryItems li img {
	border:none;
}



.galleryItems a {
	display				: block;
	text-decoration		: none;
}


.galleryItems a:hover img {
	border: none 0px #CCC;
	-moz-box-shadow: 1px 1px 20px #CCC;
	-webkit-box-shadow: 1px 1px 20px #CCC;
    box-shadow: 1px 1px 20px #CCC;
	behavior: url(ie-css3.htc);
}


.Name {
	font-family			: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size			: 12px;
	color				: #333;
	padding-left		: 100px;
}

.Details {
	
	margin: 0 auto;
	padding: 0px 0 40px;
	font-size			: 10px;
	font-family			: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:normal;
	width:900px;
	
}
.top {
	height: 120px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.toptext {
	height: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.backbutton {
	float: left; 
padding-top:85px;
position:absolute,
bottom: 10px;
}
.homebutton {
	margin-right: auto;
	margin-left: auto;
	display:block;
	text-align:center;
	font-family			: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size			: 10px;
	color				: #666;
}

h1, h2, h3 {
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
	font-style:normal;
	
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #444;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	float:left;
	color: #444;
	
}
h4 {
	float:right;
}