#slideshow {
	display: none;
}

#banner.ssthumbnails {
	background: url(../images/slideshow/bgThumbnails.jpg) no-repeat;
	height: 180px;
	padding : 55px 45px 35px 45px;
	width: 895px;
}

.ssslider {
	width: 895px;
}

.ssslider img {
	height: 145px;
	margin-right: 15px;
	border: 1px solid #666;
	opacity: 0.75;
	filter: alpha(opacity=75);
	cursor: pointer;
}

.ssslider img:hover, .ssslider img.selected {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid white;
}

.ssslider img:last-child {
	margin-right: 0;
}


.additionalimages {
	height: 66px;
	margin-top: 16px;
	padding-left: 1px;
}

.additionalimages img {
	height: 66px;
	width: 88px;
	margin-right: 14px;
	border: 1px solid #666;
	opacity: 0.75;
	filter: alpha(opacity=75);
	cursor: pointer;
}

.additionalimages img:hover, .additionalimages img.selected {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid white;
}

.additionalimages img:last-child {
	margin-right: 0;
}

.ssviewer {
	height: 468px;
	width: 614px;
}

.ssinformation, .ssinformationdata {
	width: 271px;
	height: 368px;
	padding: 50px 40px;
	background-color: #585858;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.ssinformationdata {
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
}

.ssinformation h3, .ssinformationdata h3 {
	color: #cb8116;
	font-size: 18pt;
	margin-bottom: 15px;
}

.ssinformation h1, .ssinformationdata h1 {
	color: #cb8116;
	font-size: 20px;
	margin-bottom: 15px;
	/*text-transform: none;*/
}

.ssinformation h2, .ssinformationdata h2 {
	color: #cb8116;
	font-size: 16px;
	margin-bottom: 15px;
	/*text-transform: none;*/
}

.ssinformation p, .ssinformationdata p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.ssinformationdata a {
	font-weight: bold;
	color: #adc1c5;
}

.ssinformationdata a:hover {
	color: black;
}

.ssarrowleft {
	display: block;
	position: absolute;
	top: 55px;
	left: 0;
	background: url(../images/slideshow/arrowLt.gif) no-repeat center;
	height: 145px;
	width: 45px;
}

.ssarrowleft:hover {
	background: url(../images/slideshow/arrowLtHoverGrey.gif) no-repeat center;
}

.ssarrowright {
	display: block;
	position: absolute;
	top: 55px;
	right: 0;
	background: url(../images/slideshow/arrowRt.gif) no-repeat center;
	height: 145px;
	width: 45px;
}

.ssarrowright:hover {
	background: url(../images/slideshow/arrowRtHoverGrey.gif) no-repeat center;
}