
.shell {
	float: left;
}

.gallery .large_wrapper {
	margin: 5px;
	text-align: center;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 5px;
	min-height: 380px;
	height: auto ! important;
	height: 400px;
	position: relative;
}

.gallery .large_wrapper img {
	border: 2px solid #FFF ! important;
}

.gallery .large_wrapper .caption {
	font-family: geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	margin-top: 5px;
}

.gallery ul.thumbs, .gallery ul.thumbs li {
	list-style: none;
	margin: 0;
	padding: 0;	
}
/*
.gallery ul.thumbs li:hover {
	border: 2px solid #000;
}
*/
.gallery ul.thumbs li {
	float: left;
	margin: 5px;
	border: 2px solid #FFF;
	padding: 0px;
	line-height: 1px;
}

.gallery ul.thumbs img {
	margin: 0px ! important;
}

.gallery ul.thumbs li.selected {
	border: 2px solid #CAD2A6;	
}

.gallery ul.thumbs li.next_prev {
	border: none;
	float: left;
}

.gallery ul.thumbs li.next_prev a, .gallery ul.thumbs li.next_prev span {
	float: left ! important;
	display: inline;
	padding: 20px 4px 20px 4px;
	margin: 0px;
	clear: none;
	border: none;
}

.gallery ul.thumbs li.next_prev .disabled {
	display: none ! important;
}




