.gallery {
	padding-top:50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clear {
  clear: both;
}

.thumblist {
  float: left;
  width: 150px;
}

.thumblist ul {
	list-style:none;
	width:280px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding-left: 30px;	
}
.thumblist li {
	display:block;
	width:65px;
	height:65px;
	overflow:hidden;
	float:left;
	margin:0px 0px 9px 10px;
  opacity: 0.5;
}
.thumblist li:hover {
  opacity: 0.75;
}

.thumblist .current, .thumblist .current:hover {
  opacity: 1;
}

.panes {
  float: right;
  width: 670px;
}

.caption {
	display: block;
	width: 680px;
	/*margin-top:-50px;*/
	margin-left:0px;
	padding-left:0px;
	padding-top:10px;
	height: 40px;
	line-height: 1.3em;
	/*color: #FFD893;
	color: #fff;*/
	background: url(../img/collections/li-bg.png);
	text-align: center;
	font-size: 12px;
}



