#entire_gallery {
	width: 630px;
	height: 460px;
	background: #edc91b;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	z-index: 200; 
}	



div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 630px; 
	
}

div.slideshow img {
margin-top: -24px;
border: 0px;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
}
 
#bottom_gallery {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100px;
	width: 630px;
	
}

#inside_bottom {
	position: relative;
	left: 10px;
	bottom:10px;
	width: 630px;
	height: 100px;
}

#caption {
	width: 310px;
	position: absolute;
	left: 0px;
	top: 40px;
}

#thumbs {
	width: 300px;
	position: absolute;
	right: 0px;
	top: 0px;
}

div.caption-container {
	position: relative;
	bottom: 0px;
	left: 0px;
	height: 80px;
	width: 310px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 300px;
	bottom: 0px;
	left: 0px;
	
	
}


ul.thumbs {
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	width: 55px;
	height: 55px;
	overflow: hidden;
}

ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}