.gallery{

}

.gallery .mainPictures{
	min-height: 473px !important;
	text-align: center;
	overflow: hidden;
	width: 630px;
	margin: auto;
}

.gallery .mainPicture{
	margin: auto;
	width: 637px;
}

.gallery .mainPicture > img{
	width: 100%;
}

.gallery .caption{
	width: 620px;
	background: black;
	position: absolute !important;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	height: 100px;
	padding: 5px;
	white-space: normal;
	line-height: normal;
}

.gallery .thumbnailsWrapper{
	text-align: center;
	margin: auto;
}

.gallery .thumbnailsWrapper a.buttonPrev, .gallery .thumbnailsWrapper a.buttonNext{
	width: 25px;
	height: 13px;
	display: block;
	float: left;
	position: relative;
}

.gallery .thumbnailsWrapper a.buttonPrev {
	background: url("../files/template/prev-light.png") no-repeat center;
}

.gallery .thumbnailsWrapper a.buttonNext {
	background: url("../files/template/next-light.png") no-repeat center;
}

.gallery .thumbnailsAreaContainer {
	overflow: hidden;
	margin: 0px;
	float: left;
	position: relative;
}

.gallery .thumbnailsArea {
	width: 630px;
	padding-top: 25px;
	margin: auto;
	float: left;
	position: relative;
}

.gallery .thumbnailsArea > div, .gallery .thumbnailsArea > a {
	width: 112px;
}

.gallery .thumbnailsArea > div.thumbnail {
	border-radius: 5px !important;
	-o-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border: 2px solid #C2C2C2 !important;
	float: left;
	position: relative;
	margin: 10px;
}

.gallery .thumbnailsArea > div.thumbnail > img {
	width: 112px;
	height: 112px;
	border-radius: 3px;
}

.gallery .thumbnailsAreaBottom {
	width: 630px;
	height: 20px;
	clear: both;
}