
.galleryshow_hidden {
  display: none;
}

table.galleryshow_container {
	position: absolute;
	z-index: 10000;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
}

td.galleryshow_background {
	background-repeat: repeat;
	width: 100%;
}

img.galleryshow_loader {
	position: absolute;
	left: 0px;
	top: -20px;
}

table.galleryshow_imagecontainer {
	position: absolute;
	left: 1px;
	top: 1px;
}

td.galleryshow_imagecontainer {
	background-repeat: repeat;
	padding: 10px;
}

table.galleryshow_buttonscontainer {
  position: absolute;
	z-index: 10001;
	left: 0px;
	top: -200px;
	width: 100%;
}

td.galleryshow_buttonscontainer {
	text-align: center;
	width: 100%;
}

td.galleryshow_buttons {
  white-space: nowrap;
}

td.galleryshow_buttons img {
  cursor: pointer;
}

td.galleryshow_buttons img:hover {
	background-color: #cccccc;
}

td.galleryshow_buttons img.hover {
	background-color: #cccccc;
}

td.galleryshow_filename {
	color: #cccccc;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
	vertical-align: top;
}

td.galleryshow_filename a:hover {
  color: white;
	text-decoration: none;
}

td.galleryshow_filename a {
  color: #cccccc;
	text-decoration: none;
}

div.galleryshow_title {
  position: absolute;
	z-index: 10001;
	left: 0px;
	width: 100%;
	top: 12px;
	text-align: center;
	color: #aaaaaa;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.galleryshow_copyright {
  position: absolute;
	z-index: 10001;
	right: 20px;
	top: 16px;
	color: #aaaaaa;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.galleryshow_copyright a {
  color: #aaaaaa;
	text-decoration: none;
}

div.galleryshow_copyright a:hover {
  color: white;
	text-decoration: none;
}
