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

.galleryContainer {
	width: 840px;
	height: 425px;
	padding: 0;
	margin-left: 60px;
	margin-right: 60px;
	margin-top:50px;
	margin-bottom: 50px;
}

.galleryThumbnails {
	width: 465px;
	float: left;
	padding: 0px;
	margin: 0px;
	position:relative;

}

.galleryPreview {
	width: 375px;
	height: 375px;
	float:left;
	position:relative;
	margin-bottom: 10px;
	
}

.galleryCaption {
	width:375px;
	margin:-22px 0px 0px 465px;
	padding:0px;
}

.clearBoth {
	clear: both;
	line-height: 1px;
}

a > img {
	border: none;
}

.galleryThumbnails a {
	margin-right: 14px;
	margin-bottom: 22px;
	display: block;
	width: 75px;
	height: 75px;
	float:left;
	border: solid 1px;
	color: rgb(42,42,42);
}

.galleryThumbnails a:hover {
	color: rgb(255,255,255);
}

.galleryThumbnails a.selected {
	color: rgb(151,255,0);
}

.galleryPreview a {
	width: 375px;
	height: 375px;
	display: block;
	border: solid 1px;
	color: rgb(42,42,42);
	margin: 0px;
	padding: 0px;
}
	
.galleryPreview a:hover {
	color: rgb(255,255,255);
}

.galleryPreloadArea {
	display:none;
}
	
.galleryCaption p {
	font-family: 'Federo', Helvetica, Arial, sans-serif;
	font-size: 1.1em;	
	color: rgb(255,255,255);
	margin:0px;
	padding:0px;
}
