.view {
	text-align: center;
	alignment-adjust: central;
	width: 26%;
	min-width: 100px;
	min-height:110px;
	margin: 1%;
	float: left;
	display: inline-block;
	border: 4px solid #CCC;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 1px #e6e6e6;
	-moz-box-shadow: 1px 1px 1px #e6e6e6;
	box-shadow: 1px 1px 1px #e6e6e6;
	cursor: default;
	background: #fff url(../../img/bgimg.jpg) no-repeat center center;
}
.view .mask, .view .content {
	width: 100%;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view h3 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-size: 13px;
	padding: 10px;
	background: rgba(51, 51, 51, 0.9);
	margin: 0.7% 0 0 0;
}
.view h3 a {
	color: #FFFFFF;
	-webkit-transition-delay: 0.1s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.view h3 a:hover {
	color: #FC0;
}
.view p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 11px;
	position: relative;
	color: #fff;
	padding: 6px 7px 7px;
	text-align: center;
}
.view p a {
	color: #666;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #333;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view a.info:hover {
	color: #FC0;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
/*-- Box Capa do Álbum do Produto --*/
.viewProduct {
	text-align: center;
	alignment-adjust: central;
	width: 24%;
	min-width: 160px;
	min-height:100px;
	max-height: 110px;
	margin: 1%;
	float: left;
	display: inline-block;
	border: 4px solid #CCC;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 1px #e6e6e6;
	-moz-box-shadow: 1px 1px 1px #e6e6e6;
	box-shadow: 1px 1px 1px #e6e6e6;
	cursor: default;
	background: #fff url(../../img/bgimg.jpg) no-repeat center center;
}
.viewProduct .mask, .viewProduct .content {
	width: 100%;
	height: 110px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.viewProduct img {
	display: block;
	position: relative;
}
.viewProduct h3 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-size: 13px;
	padding: 10px;
	background: rgba(51, 51, 51, 0.9);
	margin: 0.9% 0 0 0;
}
.viewProduct h3 a {
	color: #FFFFFF;
	-webkit-transition-delay: 0.1s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.viewProduct h3 a:hover {
	color: #FC0;
}
.viewProduct p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 11px;
	position: relative;
	color: #fff;
	padding: 6px 7px 7px;
	text-align: center;
}
.viewProduct p a {
	color: #666;
}
.viewProduct a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #333;
	color: #FFFFFF;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.viewProduct a.info:hover {
	color: #FC0;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
