@charset "utf-8";
/* CSS Document */

#thumbnailSlideContainer {
	width: 360px;
	position: relative;
	left: 10px;
	overflow: hidden;
}
.thumbnail {
	float: left;
	text-align: center;
	height: 75px;
	width: 100px;
	margin-right: 4px;
	border: thin ridge #ff6600;
	cursor: pointer;
}
#thumbNailSlide {
	position: relative;
	left: 0px;
	top: 0px;
}
#thumbnailContainer {
	background-image: url(../lrp-images/panelFrame_middle.png);
	margin-top: -5px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
}
#pictureContainer {
	text-align: left;
	height: auto;
	width: 500px;
}
#pictureContainer img {
	border: thin ridge #ff6600;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

