Body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Container {
	width:756px;
	text-align:left;
	background-color: #e9f1f4;
	font-size: 12pt;
	line-height: 16pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	font-weight: normal;
	border: 20px solid #FFFFFF;
	font-style: normal;
	text-transform: none;
}
.LHMenu {
	padding-left:0px;
	padding-top:0px;
	border:0;
	width:227px;
}
.LHsideBar {
	padding-left:0px;
	padding-top: 10px;
	background-color: #D1B966;
	border:0px;
}
.Content {
	padding-left: 30px;
	padding-right: 30px;
	border:0px;
}
.bod{
	font-size:x-small;
}
.Footer {
	background-color: #FFFFFF;
	width: 100%;
	color: #9C948D;
}
.Webmaster {
	text-align:center;
	width: 100%;
	font-size: x-small;
}
.BottomLogo{
	position:relative;
	float: right;
	bottom: 12px;
	left: 12px;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
p { text-align:left;
	font-size: 12px;
	margin-top: 0px; 
	margin-bottom: 0px
	}
h1{
	font-size: 16pt;
	color: #999999;
	font-weight: normal;
	text-align: right;
	line-height: normal;
	font-style: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h2{
	color: #53656C;
	font-size:8pt;
	font-weight:normal;
	line-height: 14pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
	text-transform: uppercase;
	}

h3{
	font-size: 14pt;
	color: #333333;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	font-style: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3.green{
	margin-top: 0px;
	font-size: 16px;
	color: #009900;
}

h4{
	font-size: 14pt;
	color: #47575C;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	font-style: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h5{
	font-size: 16pt;
	color: #738B93;
	font-weight: bold;
	text-align: right;
	line-height: normal;
	font-style: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h6{
	font-size: 14px;
	color: #738B93;
	font-weight: bold;
	text-align: right;
	line-height: normal;
	font-style: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.smalltext {
	font-size: x-small;
}
a {
	text-decoration: none;
	color:#465B6A;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
}
a:hover {
	color:#45A097;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color:#00CCCC;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: right;
}
a.smllinktext {
	color:#7f705e;
	text-decoration: underline;
	font-size:x-small
}
a.smllinktext:hover {
	color:#312C24;
	text-decoration: underline;
	font-size:x-small
}
a.smllinktext:active {
	color:#8F834E;
	text-decoration: underline;
	font-size:x-small
}
a.text {
	color:#7f705e;
	text-decoration: underline;
}
a.text:hover {
	color:#363027;
	text-decoration: underline;
}
a.text:active {
	color:#996666;
	text-decoration: underline;
	}

a.Footer {
	color: #EBC000;
	text-decoration: underline;
}
a.Footer:hover {
	color: #EBC000;
	text-decoration: underline;
}
a.Footer:active {
	text-decoration: none;
}



body{background:#000;}

#GalleryContainer img, #controls img {border: none; text-align:center;}
#currentImage {width:100%; height:530px;margin:auto;text-align:center;}

.loading {
  z-index:99;
  position:absolute;
  top:200px;
  left :458px;
  display:none;
  text-align:center;
  background: url('../assets/loadingAnimation.gif') center no-repeat;
}

#imageBox {
  margin:auto;  
  overflow: hidden;
  position:relative;
  z-index:3;
}

#imageBoxInside  a div, #imageBoxInside  a {
  float:left;
  display: inline;
}



#imageBoxInside {
  position: relative;
  left: 0px;
  /*height: 107px;*/
}

#imageBox * {  
  padding: 0px;
  margin: 0px;
}

#controls {
  margin-top:5px;
  text-align:center;
}


#controls a:hover img,  #imageBoxInside a:hover,  #imageBoxInside a:hover div, #imageBoxInside a:hover img, .loading {
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
}

a.disabled-control img {
  filter:alpha(opacity=25);
  -moz-opacity:.25;
  opacity:.25;

}

#controls a.disabled-control:hover img {
  filter:alpha(opacity=25);
  -moz-opacity:.25;
  opacity:.25;
}