.galleryInterface #albumSelect {
	line-height: 20pt;
	height: 20pt;
	padding-bottom: 10px;
	display: block;
	font-size: 10pt;
}
.galleryInterface #albumSelect a {
	color: #9e6d6d;
	display: inline-block;
	background: url(/graphics/downArrow.gif) no-repeat right center;
	padding-right: 16px;
	padding-left: 4px;
	line-height: 14pt;
}
.galleryInterface #albumSelect a:hover {
	color: white;
	text-decoration: none;
	background-color: #9e6d6d;
	background-image: url(/graphics/downArrow-hover.gif);
}
.galleryInterface .staticGallery {
	width: 739px;
	overflow: scroll;
	height: 93px;
}
.galleryInterface .staticGallery #photoThumbsInner {
	position: relative;
}
.galleryInterface .staticGallery img {
	margin-right: 5px;
	margin-bottom: 5px;
}
/* selected image display */
#photoDisplay {
	position: relative;
}
#photoDisplay .top {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
/* static album chosing page */
.albumListing .item {
	display: block;
	float: left;
	outline: 1px solid red;
	width: 118px;
	padding: 10px;
	margin: 5px;
	outline: 1px solid #bbbbbb;
}
.albumListing .item img {
	border: 1px solid #888888;
}
.albumListing .item h4 {
	line-height: 13pt;
	height: 13pt;
	font-weight: bold;
	margin: 0px;
}
.albumListing .item .photoCount {
	line-height: 13pt;
	display: block;
	height: 13pt;
	margin: 0px;
}
.albumlisting a {
	text-decoration: none;
}
.albumlisting a:hover {
	text-decoration: underline;
}
/* live album listing */
#albumListBox {
	background-color: white;
	border: 1px solid #e0e0e0;
	position: absolute;
	width: 170px;
}
#albumListBox .item a {
	text-decoration: none;
	color: #555555;
	display: block;
	padding: 4px 5px;
	font-weight: bold;
}
#albumListBox .item a span {
	color: #aaaaaa;
	font-weight: normal;
}
#albumListBox .item a:hover {
	background-color: #ebebeb;
}
.jsGallery {
	height: 93px;
	padding: 3px 25px;
	position: relative;
	width: 688px;
}
.jsGallery a.next, .jsGallery a.back {
	position: absolute;
	top: 0px;
	height: 93px;
	margin-top: 1px;
	width: 20px;
	border: 1px solid #d8d8d8;
	background: no-repeat center center;
	outline: none;
}
.jsGallery a.next:hover, .jsGallery a.back:hover {
	border-color: #bbbbbb;
}
.jsGallery a.back {
	left: 0px;
	background-image: url(/graphics/arrow-back.gif);
}
.jsGallery a.next {
	right: 0px;
	background-image: url(/graphics/arrow-next.gif);
}
.jsGallery .innerFrame {
	height: 93px;
	overflow: hidden;
}
.jsGallery .item {
	float: left;
	margin-right: 5px;
	cursor: pointer;
}