.slideshow {
	height: 298px;
	width: 288px;
/*	border: 1px dashed #FFFFFF; */
}

.largeImageContainer {
	height: 214px;
	width: 250px;
	margin-left: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 19px;
/*	text-align: center; */
	background-color: #333333;
}

/* IE version */
.imageTitle {
	height: 34px;
	width: 288px;
	padding-top: 8px;
	font-family: Arial;
	color: #CCCCCC;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
/*	border: 1px dashed #FFFFFF; */
}

/* normal browser style */
html>body .imageTitle {
	height: 26px;
	width: 288px;
	padding-top: 8px;
	font-family: Arial;
	color: #CCCCCC;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
/*	border: 1px dashed #FFFFFF; */
}

.thumbnailNavigation {
	height: 50px;
	width: 288px;
/*	border: 1px dashed #000000; */
	background-color: #434242;
	text-align: center;
}

.leftArrow {
	float: left;
	height: 50px;
	width: 19px;
	background-color: #434242;
/*	border: 1px solid #FFFFFF; */
}

.rightArrow {
	float: right;
	height: 50px;
	width: 19px;
	background-color: #434242;
/*	border: 1px solid #FFFFFF; */
}

.thumbnail {
/*	display: inline; */
	float: left;
	height: 50px;
	width: 50px;
}