div.frame-gPhoto {
	background-color: black;
	border: solid 1px white;
	color: white;
}
div.hiddenDiv-gPhoto {
	display: none;
}
div.picDiv-gPhoto {
	width: 100%;
}
.list-gPhoto {
	list-style: none;
	margin: 10px 0px;
}
.list-gPhoto li {
	display: inline;
	margin: 3px;
	cursor: pointer;
}
.currPic-gPhoto {
	padding: 3px;
	overflow: hidden;
	background-color: black;
}
currPic-gPhoto table tr td {
	color: white;
}
.viewPic-gPhoto {
	border: solid 2px #555;
	padding: 3px;
}
.caption-gPhoto {
	background-color: white;
	color: black;
	font-weight: bold;
	margin: 0px 5px;
	display: inline;
	padding: 5px;
}
.captionFrame-gPhoto {
	margin-top: -30px;
	text-align: center;
	margin-bottom: 30px;
}
.thumbBar-gPhoto {
	border: solid 1px white;
	border-left: 0px;
	border-right: 0px;
}
