
.gallery {
}

.gallery .large {
	/*margin: 5px;*/
}

.gallery .large img {
	border: 4px solid #000 ! important;
}

.gallery .large .caption {
	font-family: geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

.gallery ul.thumbs, .gallery ul.thumbs li {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.gallery ul.thumbs li {
	float: left;
	margin: 5px;
	border: 1px solid #555;
	padding: 0px;
	line-height: 1px;
	height: 50px;
	width: 50px;
	overflow: hidden;
}

.gallery ul.thumbs img {
	margin: 0px ! important;
}

.gallery ul.thumbs li.selected {
	border: 1px solid #FFF;	
}


