 
.htmleaf-container{
	margin: 0 auto;
	overflow: hidden;
}

/*.htmleaf-content {
	padding: 0.4em;
	background: #494A5F;
}*/
  
.htmleaf-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
	*{padding: 0;margin:0;}
	ul{list-style: none;}
	.thumb-box {
		padding: 1.8em 0 1em; 
		width: 100%;}
	.thumb-box .thumbs {
		overflow: hidden;
		*zoom: 1;
	}
	.thumb-box .thumbs li {
		float: left;
		width: 11%;
		text-align: center;
		padding: 0 1%;}
	.thumb-box .thumbs li img {
		width: 100%;
		opacity: .8;
		-moz-transition: opacity 0.32s;
		-o-transition: opacity 0.32s;
		-webkit-transition: opacity 0.32s;
		transition: opacity 0.32s;
		border-bottom: 2px solid transparent;
		padding-bottom:2px;
	}
	.thumb-box .thumbs li img.active {
		border-color: #dd2025;
		
		opacity: 1;
	}
	.thumb-box .thumbs li:hover img {
		opacity: 1;
		-moz-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		-webkit-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}