* {
    margin:0; padding:0;
}
.hidden {
	position:absolute;
	left:-5000px;
}
body {   
    padding: 0 0 4em 0;   
   }
a {
    background-color: inherit;
    color: #106797;
    text-decoration: none;
}
a:hover{text-decoration:none;}
img {
    border: none;
   
}


/* ---------- ---------- PHOTO GALLERY ---------- ---------- */

#gallery {    
 border-top:1px solid #f7f7f7;
   height:1%;
   overflow:hidden;
   width:876px;
   
}

#gallery img { 
   display:block;
   width:120px;
}

.floatLeft {
	float:left; margin:3px;
}

#gallery a.image , #gallery  .closeImage {
	width:140px;	
	display:block;
}

#gallery span.caption {
	display:block;
	text-align:center;
	font-size: 10px;
	color: #773C00;
	height:10px;
	margin:0 auto;
	width:120px;
}

#gallery .image > span.caption {
	height:auto;
}


#gallery a.image {
	background: #fff url('images/photo.gif') no-repeat scroll 0 0;
}

#gallery .imgPadding {
	padding:10px;
	display:block;
}
#gallery .closeImage {
	height:10px;
	background: #fff url('images/photo.gif') no-repeat scroll 0 100%;
}
#gallery .toggleMinus , #gallery .togglePlus {
	height:10px;
	width:10px;	
	margin-left: 5px;
	background-repeat:no-repeat;
	display:block;
	border:1px solid #E7E7E7;
	color: inherit;
	background-color: inherit;
}

#gallery a.image:hover {
    background: #fff url('images/photo-hover.gif') no-repeat scroll 0 0 ;
    color: #000;
	/*cursor: default;*/
}
#gallery a.image:hover .closeImage {
    background: #fff url('images/photo-hover.gif') no-repeat scroll 0 100%;
    color: #000;
}


/*** POPUP **/

#imgPopup {
	position: absolute;
	margin:auto;
	top:13%;
	text-align:center;	
	border: 1px solid #B8C294;
	background: #FFF;
	color:#000;
	padding: 8px;	
}

#imgPopup img {
	display:block;
}
#imgPopup .imageDescription {
	background: #E2ECF2;	
	padding:3px 0;
	color:inherit;
	margin:0 0 3px 0;	
}

#imgPopup iframe {
	border:none;
}