
#gallery { 
  font-family: sans-serif;
  font-size: 62.5%;
  background: transparent;
  width: 940px;
  height:500px;
  margin: 5px;
  margin-top:0;
}

.tinted {font-size:8pt;}
#content .tinted h3 { margin:0; padding:0; font-size:16pt; font-weight:900; color:#fff; float:left; clear:left;}
#content .tinted { text-align:justify; font-size:9pt; line-height:17px; font-family:georgia;}
a.bottom-link { color:#B22828;}
a.pricing-link {float:right; color:#B22828;}
a.contact-home-link { margin:10px; color:#fff; font-size:18pt;}

#gallery h4 {
	
	color:#fff;
	margin:5px;
	padding:10px;
	font-family:papyrus; margin-top:10px; font-size:28px; color:#b22828;
	font-weight:900;
}



#gallery ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 650px;
  float: left;
}

#gallery ul.large-images {margin-top:10px;}

#gallery ul.controls {clear:none;}

#gallery li {
  padding: 8px;
  margin: 0px;
  position: relative;
}
#gallery span {
  display: block;
  position: absolute;
  bottom: 13px;
  left: 10px;
  width: 624px;
  background: #000000;
  color: #ffffff;
  padding: 8px;
  font-size: 1.3em;
  text-align:left;
}
#gallery img {
  border: 2px solid #fff;
}
#gallery ul.small-images {
  padding: 0px 8px;
  display: none;
  width:270px;
  margin-top:5px;
}
#gallery ul.small-images li {
  padding: 0px;

  height:95px;
  float: left;
  clear: none;
}

#gallery ul.small-images img { width:110px; height:72px;}
#gallery ul.large-images img { width:640px; height:350px;}

#gallery ul.small-images a {
  display: block;
  height:77px;
  float: left;
  padding: 8px;
}
#gallery ul.small-images a.selected {
  background: #b22828;
}
#gallery ul.small-images a:hover {
  padding: 6px;
}
#gallery ul.small-images a:hover img {
  border-width: 4px;
  border-color:#b22828;
}

#gallery ul.controls {
	display: none;
  position: relative;
}

#gallery ul.controls li {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  z-index: 100;
  top: 150px;
}

#gallery ul.controls li.prev {
  left: 10px;
}

#gallery ul.controls li.next {
  right: 10px;
}

#gallery ul.controls a {
  display: block;
  width: 34px;
  height: 34px;
  text-decoration: none;
  border: none;
}

#gallery ul.controls a img {
  border: none;
}

.tinted {
	filter:alpha(opacity=45);
	-moz-opacity:0.45;
	-khtml-opacity: 0.45;
	opacity: 0.45;
	margin-bottom:5px;
}

#gallery:hover .tinted {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#gallery:hover .tinted:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}


.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.clear {
  clear: both;
}
