div.thumbScroll {
	width: 500px;
	height: 79px;
	margin: 0 10px 10px 10px;
	display: block;
	padding-top: 10px;
}

img#prev, img#prev_off,
div.thumbsContain,
img#next, img#next_off {
	float: left;
}

img#prev { height: 36px; width: 19px; position: relative; right: 0px;  }
img#next { height: 34px; width: 19px; position: relative; top: 4px; right: 0px;  }

img#prev,
img#next,
img#prev_off,
img#next_off {

	padding: 0;
}

div.thumbsContain {
	position: relative;
	width: 475px;
	height: 79px;
	overflow: hidden;
	margin-right: 1px;
}


div#thumbs {
	position: absolute;
	background: #282628;
}

div#thumbs img {
	margin: 0;
	width: 75px;
	height: 75px;
	padding: 0;
}

div#thumbs a {
	margin: 0;
	padding: 0;
}

div#thumbs a img {
	border: 2px solid #282628;
	margin: 0;
	padding: 0;
}

div#thumbs a img.selected_thumb {
	border: 2px solid #fff !important;
}

div.thumbsContain div#thumbs {
	left: 0;
}

div#thumbDescription {
	position: absolute;
	background: url(/images/story/shared/gray_up_arrow.gif) no-repeat 10px top;
	padding: 0;
	padding-bottom: 13px;
	margin: 0;
	color: white;
	top: 0;
}

div#thumbDescription p {
	color: white;
	background: #808080;
	margin: 0;
	padding: 5px;
	display: block;
	position: relative;
	top: 13px;
}

#galleryImages {
	display: none;
}

#box_holder {
	background-color: blue;
	width:600px;
}

#galleryImageHolder {
	width: 500px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#galleryImageHolder img {
	margin: 0 auto 10px auto;	
}

#photoGalleryContainer {
	background: #282628;
	width: 520px;
	margin-bottom: 20px;
}

.thumbButtons {
	position: relative;
	left: 5px;
	top: 3px;
}

#galleryImageHolder h2, #galleryImageHolder p {
	color: #fff;
	text-align: left;
	padding: 0; margin: 0;
}

#galleryImageHolder h2 { 
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
}

#galleryImageHolder h2 span.photoCount {
	color: #808080;
}
	
#galleryImageHolder h2 span#photoCaption {
	color: #fff;
}

#galleryImageHolder p {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 5px;
}


