.qscroller {
	font-family: verdana, arial, sans-serif;
	font-size: 8.5pt;
}

.hide {
	visibility: hidden;
	position: absolute;
	top: -400px;
}

#qscroller1 {
	width:350px;
	height:21px;
	border:1px solid #c0c0c0;
	background:#f0f0f0;
}

.qslide {
	background: #f0f0f0;
	font-size: 10pt;
	padding: 3px;
}

#qscroller2 {
  width:520px;
  height:400px; /*height of the WHOLE THING, so image height PLUS nav bar height*/
  border:1px solid #c0c0c0; /* grey border */
  background:#fff;
}

.qscroller2-nav {
  font-size: 9pt;
  width:520px; /*make this the same width as above in qscroller2*/
  height: 15px; /*this is the height of the nav bar*/
  background:#f0f0f0; /*off white?*/
  border:1px solid #c0c0c0;
}

.qscroller2-nav a {
  text-decoration: none;
}

.qscroller2-nav div {
  float: right;
}

.qslide2 img {
  float: left;
  padding: 0px;
  border: 1px solid #000000; /* border around the image */
  margin: 3px 15px 0 3px;
}

.qslide2 span.num {
  margin-top:5px;
  margin-left:100px;
  font-size:120px;
  line-height:1em;
  color:pink;
  font-weight:bold;
  letter-spacing:-25px;
} 
.qslide2 span.GL {
  margin-top:-150px;
  margin-left:-80px;
  width:230px;
  height:25px;
  font-size:24px;
  color:#000000;
  font-weight:bold;
} 

.qslide2 strong {
font-size: 1.2em;
line-height: 1.0em;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
color: #ff66cc;
text-transform: none;
}

.qslide2 p.credit{
	font-size:xx-small;
}

#qscroller3 {
	width:520px;
	height:450px;
	background: #FFFFFF;
}

#qscroller3-nav {
	width:520px;
	height:18px;
	z-index: 500;
}

#qscroller3-nav a {
	text-decoration: none;
}

#qscroller3-nav div {
	float: right;
}

#qscroller3-nav img {
	border: none;
	padding: 3px 2px 0;
}
.qslide3 {
	color:#FF0066;
	font-weight: bold;
	text-align:center;
}
