﻿* {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

.thumb-box {
	padding: 10px 0 0;
	margin-left: -1%;
	width: 102%;
}

.thumb-box .thumbs {
	overflow: hidden;
	*zoom: 1;
}

.thumb-box .thumbs li {
	float: left;
	width: 25%;
	height: 90px;
	text-align: center;
	padding: 0 1%;
}

.thumb-box .thumbs li img {
	width: 100%;
	height: 90px;
	opacity: .8;
	-moz-transition: opacity 0.32s;
	-o-transition: opacity 0.32s;
	-webkit-transition: opacity 0.32s;
	transition: opacity 0.32s;
	border-bottom: 4px solid transparent;
}

.thumb-box .thumbs li img.active {
	border-color: #31ACE2;
	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;
}