div#holder {
	background-color: #666666;
	height: 130px;
	width: 2055px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: left;
	display: block;
}
div#image {
	display: block;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	float: left;
	height: 100px;
	width: 160px;
	padding: 10px 5px;
	border-right-style: dashed;
}
.imageText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
div#image img {
	padding-right: 0px;
}
div#imageContent {
	display: block;
	height: 150px;
	width: 680px;
	background-color: #999999;
	clear: left;
	float: left;
}
div#holder a:link {
	border: none;
}
div#slideView {
	height: 150px;
	width: 700px;
	display: block;
	overflow: auto;
}
