
#slide_holder, #tab_holder, #text_holder {
	float: left;
	font-family: verdana,arial,sans-serif;
	font-size: 9pt;
}
#slide_holder {
	/* height: 400px;
	background-image: url("/images/bottom.gif"); */
	width: 350px;
	height: 250px;
	background-color: #f7e7db;
	background-repeat: no-repeat;
	background-position: center center;
}
#text_holder {
	height: 234px;
	width: 300px;
	background: #f7e7db;
	padding: 8px 16px 8px 16px;
	overflow: auto;
}
.slide {
	width: 350px;
	height: 250px;
	/* background-color: #f3ddcc; */
	display: none;
}
.tab {
	width: 200px;
	height: 31px;
	padding: 4px 8px 4px 8px;
	font-style: italic;
	font-weight: bold;
}
.tab:hover {
	cursor: pointer;
}