@charset "UTF-8";
/* CSS Document */

div.jrgallery-container {
	position: relative;
	margin: 5px 0 15px 0;
	width: 875px;
	padding: 0;
}

div.jrgallery-fullsizeContainer {
	position: relative;
	margin: 0;
	width: 875px;
	padding: 5px 0 5px 0;
	background-color: #333131;
}
div.jrgallery-fullsizeInternal {
	position: relative;	
	margin: 5px 15px 5px 15px;
	width: 840px;
	height: 472px;
	overflow: hidden;
}
div#jrgallery-largeContainer {
	position: absolute;
	height: 472px;
	width: 840px;
}

div.jrgallery-thumbContainer {
	margin: 5px 0 0 0;
	padding: 0;
	cursor: pointer;
	
}
span.jrgallery-thumbnail {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0 5px 0 0;
}

span.jrgallery-thumbnail img {
	padding: 0 0 2px 0;
	border-bottom: 7px solid #f7c77e;
}
span.jrgallery-thumbnail.jrgallery-selected img {
		border-bottom: 7px solid #313131;
		margin-bottom: 0px;
}
div.jrgallery-oneimage {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.jrgallery-oneimage img {
	cursor: move;
}
div.jrgallery-caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: black;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	opacity:0.6;
	filter:alpha(opacity=60);
	
}
div.jrgallery-caption-under {
	position: relative;
	background-color: #333131;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.jrgallery-transparent {
	opacity:0.6;
	filter:alpha(opacity=60);
}
div#jrgallery-caption h1 {
	color: #f9efd9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 15px 5px 15px;
}
div#jrgallery-caption p {
	color: #f9efd9;
	margin: 0;
	padding: 5px 15px;
	
}
div.jrgallery-pagination {
	text-align: right;
	font-size: 12px;
	color: black;
	width: 875px;
	
}
span.jrgallery-page {
	margin: 0 0 0 5px;
	cursor: pointer;
}