html, body {
	background: #111;	
	margin: 0px;
	padding: 0;
	color: white;
	text-align: left;
	/* overflow: hidden; */
}
body#galleriespage {
	width: 815px;
	margin: auto;
}
body#gallerypage {
	width: 100%;
}
ul#galleries {
	padding: 10px 0 20px 20px;
	margin: 0;
}
a:link, a:visited {
	color: white;
}
a:hover {
	background: white;
	color: #111;
}
p {
	margin: 0px 0px 10px;
	padding: 0;
}

ul#galleries li {
	float: left; clear: none;
	margin: 0 10px 10px 0;
	position: relative;
	overflow: hidden;
	height: 250px;
	width: 250px;
	border: 1px solid #111;
}
ul#galleries li.bigimage {
	width: 510px;
	height: 510px;
	margin: 0 10px 10px 0;
	border: 1px solid #111;
	clear: left;
}
ul#galleries li.info {
	border: 0;
}
ul#galleries li a.image:link, li a.image:visited {
	display: block;
	clear: none;
	width: 240px;
	height: 240px;
	position: relative;
	margin: 0;
	border: 5px solid #111;
}
ul#galleries li.bigimage a.image:link, li.bigimage a.image:visited {
	clear: left;
	width: 500px;
	height: 500px;
}
ul#galleries li a.image:link img, li a.image:visited img {
}
ul#galleries li a.image:hover {
	border: 5px solid white;
	padding: 0;
}
ul#galleries li a.image:hover img {
}
ul#galleries li a img.image {
}
ul#galleries li p.title {
	bottom: 6px; left: 6px;
	padding: 0; margin: 0 0 -1px -1px;
	position: absolute;
	background: #111;
	width: auto;
	height: auto;
	line-height: 1.3em;
	overflow: hidden;
	text-align: left;
}
.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px !important;
  z-index: 0;
}
h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
	line-height: 1em;
	font-family: Georgia, serif;
	padding: 10px;
	text-align: left;
	clear: both;
}
h1.header {
	border-top: 5px solid white;
	margin: 0px 30px;
	width: auto;
	padding: 20px 0px;
}
body#gallerypage h1.header {
	border: 0;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 18px;
}
body#gallerypage #loading {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(/_images/diggetydamn-semitrans-black.png);
	top: 0;
	left: 0;
	z-index: 10000;
}
body#gallerypage #loading h1 {
	position: absolute;
	left: 40%;
	top: 40%;
}
h2.footer {
	border-bottom: 5px solid white;
	margin: 0px 20px;
	padding: 10px 0px;
	width: auto;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	text-align: right;
	color: #222;
	clear: both;
}
p, .tooltip {
	padding: 10px;
	max-width: 250px;
	font: normal 11px/1.7em "Lucida Grande", Arial, sans-serif;
}
ul#gallery li {
	float: left;
	clear: none;
	margin: 0 1px 0 0;
}
body#gallerypage p {
	max-width: 100%;
}
body#gallerypage .title {
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 666;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: auto;
}
body#gallerypage .title .info {
	width: 245px;
	top: 30px;
	left: 30px;
	position: absolute;
	background: url(/_images/diggetydamn-semitrans-black.png);
}
body#gallerypage .title .thumbs {
	width: 245px;
	top: 55px;
	left: 30px;
	position: absolute;
	background: url(/_images/diggetydamn-semitrans-black.png);
	padding: 0 0 5px 0;
}
body#gallerypage .title .thumbs .thumbnail {
	margin: 5px 0 0 5px;
	clear: none;
	float: left;
}
body#gallerypage .title .infobutt {
	top: 30px;
	left: 5px;
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: black;
}
.tooltip {
	left: 30px;
	position: absolute;
	min-width: 100px;
	height: 18px;
	background: black;
	margin: 0;
	padding: 2px 0 0 10px;
	display: none;
	text-transform: uppercase;
	font-size: 10px;
	z-index: 667;
}
a.butt:hover {
	background: transparent;
}
body#gallerypage .title .infotip {
	top: 30px;
}
body#gallerypage .title .thumbbutt {
	top: 55px;
	left: 5px;
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: black;
}
body#gallerypage .title .thumbtip {
	top: 55px;
}
body#gallerypage .title .backbutt {
	top: 80px;
	left: 5px;
	position: absolute;
	width: 20px;
	height: 20px;
	background: black;
}
body#gallerypage .title .backtip {
	top: 80px;
}



.scroll {
  height: auto;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer .panel {
	float: left;
	clear: none;
}
.scrollContainer .panel img {
	padding-left: 30px;	
	background-color: transparent;
}
.scrollContainer .panel a:hover {
	background-color: transparent;
}

.scrollButtons {
  position: absolute;
  position: fixed;
  top: 5px;
  cursor: pointer;
  height: 20px;
  width: 10px;
  z-index: 665;
  background: black;
}

.scrollButtons.left {
  left: 5px;
}

.scrollButtons.right {
  left: 15px;
}
