#photoGallery {
	background: #151515;
}

#photoGalleryPrev, #photoGalleryNext {
	width: 10px;
	height: 20px;
	border: 0;
	float: left;
	position: relative;
	top: 31px;
}

#photoGalleryPrev {
	padding: 0 8px 0 10px;
}

#photoGalleryNext {
	padding: 0 0 0 6px;
}

#photoGalleryThumbs {
	width: 543px;
	height: 90px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

#photoGalleryNav {
	margin: 0;
	padding: 10px 0 94px 0;
}

#photoGalleryThumbs ul {
	position: relative;
	display: block;
	width: 10000px;
	height: 85px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1px;
}

#photoGalleryThumbs ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
}

#photoGalleryThumbs ul li a img {
	border: 2px solid #151515;
	margin: 0;
	padding: 0;
}

#photoGalleryThumbs ul li a img.selectedThumb {
	border: 2px solid #fff;	
}

#photoGalleryPhoto {
	text-align: center;	
	margin: 0;
	padding: 0;
}

#photoGalleryInfo {
	padding: 10px 0;
}

#photoGalleryInfo p {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
}

#photoGalleryCount {
	color: #808080;
}

#photoGalleryCaption {
	color: #fff;
}

#photoGalleryThumbTitle {
	position: absolute;
	background: url(/images/story/shared/photoGalleryRedTriangleUp.gif) no-repeat 10px top;
	padding: 0;
	margin: 0;
	color: white;
	top: 0;
}

#photoGalleryThumbTitle p {
	position: relative;
	top: 13px;
	padding: 5px 10px;
	background: #d50300;
}