@import "standard.css";

#thumbnails {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 150px;
}

.thumb {
	width: 110px;
	height: 82px;
	border: 1px solid; 
	cursor: pointer;
	cursor: hand;	
}

.thumb img {
	display: block;
	width: 100%;
}

#thumb-1 {
	position: absolute;
	left: 20px;
	top: 20px; 
}

#thumb-2 {
	position: absolute;
	left: 20px;
	top: 120px; 
}

#thumb-3 {
	position: absolute;
	left: 20px;
	top: 220px;
}

#thumb-4 {
	position: absolute;
	left: 20px;
	top: 320px; 
}

#page-control {
	position: absolute; 
	bottom: 20px;
	left: 21px;
	width: 110px;
	height: 22px;
	background: url("../images/thumb_control/control-bg.gif") transparent repeat-x;
	cursor: default;
}

#page-control p {
	text-align: center;
	color: #56391B;
	font-size: 1.3em;
	margin: 3px;	
}

#pc-left-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 22px;
	background: url("../images/thumb_control/btn-left.gif") transparent no-repeat;
	cursor: pointer;
	cursor: hand;
}

#pc-right-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 22px;
	background: url("../images/thumb_control/btn-right.gif") transparent no-repeat;
	cursor: pointer;
	cursor: hand;
}

#picture-holder {
	position: absolute;
	top: 0;
	left: 150px;
	height: 100%;
	width: 508px;
}

#caption {
	position: absolute;
	width: 486px;
	height: 48px;
	bottom: 11px;
	right: 11px;
}

#caption p {
	text-align: justify;
	color: black;
	font-size: 1em;
	font-weight: bold;
	margin: 5px;
}










