#slideshow {
	position: relative;
	width: auto;
}
img#mainPic {
	display: block;
	width: 100%;
	height: 300px;
	margin: 0px;
	border: none;
}
#slideshowCaption {
	position: absolute;
	left: 0px;
	top: 270px;
	width: 100%;
	height: 30px;
	background-color: #094C81;
}
#slideshowCaption p {
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 30px;
	color: white;
}
img.thumb {
	width: 10px; /* INITIAL WIDTH - ACTUAL WIDTH SET BY /js/slideshow/slideshow.js SO THAT THUMBNAILS FIT AVAILABLE WIDTH */
	border: 2px solid transparent;
	border-bottom-width: 1px;
	border-top-width: 1px;	
	cursor: pointer;
}
img.highlighted {
	border-color: #094C81;
}
#thumbnails > img.thumb:first-child {
	margin-left: 0 !important;
}
#thumbnails {
	height: 70px;	
	margin: 0;
	padding: 0 0 2px 0;
	text-align: left;
	display: block !important;;
}
img.thumb {
	height: 100%;
}
#slideshow_container.box {
	padding: 0 !important;
	margin-top: 0;
}
