@charset "utf-8";
#sampleDiv {
	height: 441px;
	width: 527px;
	position: absolute;
	left: 101px;
	top: 140px;
	border: thin double #666;
	background-color: #5E843A;
}
#holder {
	position: absolute;
	left: 10px;
	top: 118px;
	border: 5px solid #333;
	width: 494px;
	height: 305px;
	background-image: url(../images/slideShow/image01.jpg);
}
#leftCol, #rightCol {
	margin:0px;
		}	
#leftCol {
	float: left;
	position: absolute;
	top: -66px;
	left: -102px;
	width: 736px;
	height: 552px;
		
}
	
#rightCol {
	float: left;
	
}
#sampleDiv #leftCol ul {
	display: block;
	position: relative;
	top: 20px;
	margin-top: 0px;
}
#sampleDiv #leftCol ul li {
	display: inline;
	color: #5E843A;
}

#sampleDiv #leftCol ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #5E843A;
}
#sampleDiv #leftCol ul li a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #5E843A;
}
#sampleDiv #leftCol ul li a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sampleDiv #leftCol ul li a:active {
	color: #5E843A;
}

.imgNames {
	font-family: "Adobe Garamond Pro";
	font-size: 14px;
	font-weight: bold;
	color: #630;
}
.SS-instruction {
	font-family: Calibri, Arial, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	padding-top: 4px;
}
