html {
	/*font-size: 62.5%;*/
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#MainContainer {
	width: 718px;
	margin: 0 0 0 0;
	/*margin:0.8em 0 0 0.8em;*/
	padding: 0 0 0 0;
	background-color: #FFF;
	position: relative;
}
#showholder {
	background-color: #FFF;
	height: 632px;
	width: 718px;
	padding-bottom: 10px;
	margin: 10px 0 0 0;
	/*float: left;*/
	z-index:1;
	position:relative;
}
#show {
	float: right;
}
.slideshow {
	margin: 0 auto 0 auto;
	z-index:100;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: absolute;
}
.slideshow-images img {
	display: block;
	position: absolute;
}
.slideshow-thumbnails {
	overflow: hidden;
}
.slideshow-images {
	height: 632px;
	width: 718px;
}
.slideshow-images-visible {
	opacity: 1;
}
.slideshow-images-prev {
	opacity: 0;
}
.slideshow-images-next {
	opacity: 0;
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}
.slideshow a img {
	border: 0;
}
.slideshow-captions {
	bottom: 1.2em;
	color: #000;
	font-size: 12px;
	line-height: 15px;
	/*font: normal 12px/18px "georgia", Times New Roman, Times, serif;*/
	overflow: hidden;
	position: absolute;
	/*text-indent: 0px;*/
	width: 220px;
	z-index: 10000;
	margin: 0 0 0 484px;
}

.slideshow-captions  A:visited, .slideshow-captions A:link { /*text-decoration:underline;*/ color:#000; text-decoration: none; }
.slideshow-captions a:hover { /*text-decoration:underline;*/ color:#ed1c24; text-decoration: none; }

.slideshow-captions-hidden {
	opacity: 0;
}
.slideshow-captions-visible {
	opacity: 1;
}
.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}/*
.slideshow-thumbnails {
	height: 70px;
	position: absolute;
	width: 970px;
	left: -28px;
	float: left;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
*/
.slideshow-thumbnails ul {
	visibility: hidden;
	position: absolute;
}
/*
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 5px;
	position: relative;
}
.slideshow-thumbnails a:hover {
	background-color: #ccc !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #fff;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .2;
}
*/
#shownav {
	margin: 10px 0 0 0px;
	padding: 0;
	/*float: left;*/
	/*z-index:800;
	position:absolute;*/
}
#ss_previous, #ss_pause, #ss_next {
	float: left;
	margin: 0 0.1em 0 0;	cursor: pointer;
	cursor: hand;
}
#ss_pause{
	float: left;
	margin: 0 0.1em 0 0;	cursor: pointer;
	cursor: hand;	background:url(../pics/slideshow/ss_pause.png) no-repeat;
}
#ss_play {	float: left;
	margin: 0 0.1em 0 0;	cursor: pointer;
	cursor: hand;
	background:url(../pics/slideshow/ss_play.png) no-repeat;}

.ssnavover {
	opacity: 0.6;	cursor: pointer;
	cursor: hand;

}
.ssnavout {
	opacity: 1;
}
