body {
  background-color:#000000;
  padding: 24px 24px 24px 24px;
  color:#FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
.page {
	padding: 12px 24px 12px 24px; 
	width:622px;
	background-color:#272727;
	color:#FFFFFF;
	text-align:left;
}
div.row {
  clear: both;
  padding-top: 10px;
  width:670px;
  }
div.row span.left {
  float: left;
  text-align: left;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  width: 530px;
  }
div.row span.right {
  float: left;
  text-align: left;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #fff;
  width: 90px;
  }
div.row span.lefteven {
  float: left;
  text-align: center;
  width: 300px;
  }
div.row span.righteven {
  float: left;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 335px;
  }
/*div.search {
  clear: both;
  padding-top: 10px;
  width:670px;
  }
div.search span.searchleft {
  float: left;
  text-align: center;
  width: 50px;
  }
div.search span.searchright {
  float: left;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 180px;
  }
*/
div.spacer {
  clear: both;
  }
a:link, a:visited { 
  color:#66CC99;
  text-decoration:none;
}
a:hover, a:active { 
  color:#FFFF99;
  text-decoration:none;
}
hr {
  background-color:#FFFF00;
  color:#FFFF00;
  text-align:center;
  width:670px; 
  height: 1px; 
  margin: 0 auto;
}
.hrspacer {
  background-color:#000000;
  width: auto;
  height:5px;
}
.nav {
  color:#FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  text-align:center;
}
.nav a:link, .nav a:visited { 
  color:#66CC99;
  text-decoration:none;
}
.nav a:hover, .nav a:active { 
  color:#FFFF99;
  text-decoration:underline;
}
.navfooter {
  color:#777777;
  background-color:#000000;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}
.navfooter a:link, .navfooter a:visited { 
  color:#66CC99;
  text-decoration:none;
}
.navfooter a:hover, .navfooter a:active { 
  color:#FFFF99;
  text-decoration:underline;
}
.shows {
  color:#66CC99;
  background-color:#000000;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
}

.gallery {
  margin: 10px 5px 10px 5px;
}
.gallery2 {
  margin: 0px 5px 0px 0px;
}
.gallery img{
border: 2px solid #66CC99;
}

.gallery:hover img{
border: 2px solid #FFFF99;
}

.gallery:hover{
color: #FFFF99; /* irrelevant definition to overcome IE bug */
}
.footer {
  color:#999999;
  background-color:#000000;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
}
.footer a:link, .footer a:visited { 
  color:#FFFF99;
  text-decoration:none;
}
.footer a:hover, .footer a:active { 
  color:#66CC99;
  text-decoration:underline;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(/AIDS_rides/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(/AIDS_rides/images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#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;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}