ul.bjqs {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}
li.bjqs-slide {
	display: none;
	position: absolute;
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ol.bjqs-markers {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ol.bjqs-markers li {
	float: left;
}
p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}

#banner {
	width: 115px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-left: 20px #fff solid;
	border-right: 20px #fff solid;
	border-top: 20px #fff solid;
}
ul.bjqs-controls li a {
	display: block;
	padding: 2px 4px;
	position: absolute;
	background: #FFF;
	color: #ffc834;
	text-decoration: none;
	text-transform: uppercase;
}
a.bjqs-prev {
	left: -20px;
}
a.bjqs-next {
	right: -20px;
}
p.bjqs-caption {
	background: #393;
	color: #fff;
	text-align: center;
}
ol.bjqs-markers {
	position: absolute;
	bottom: -25px;
}
ol.bjqs-markers li {
	float: left;
	margin: 0 3px;
}
ol.bjqs-markers li a {
	display: block;
	height: 8px;
	width: 8px;
	border: 4px solid #fff;
	overflow: hidden;
	text-indent: -9999px;
	background: #ffc834;
}
ol.bjqs-markers li.active-marker a {
	background: #08283e;
}
.featured-post {
	width: 105px;
	height: 230px;
	position: relative;
}
.featured-post span {
	position: absolute;
	left: 125px;
	top: 0px;
	width: 177px;
}
.featured-post span img {
	bottom: -20px;
}
.featured-post img {
	position: absolute;
	bottom: 80px;
	left: 0px;
}
#produtos-home ul li {
	list-style:none !important;
	list-style-type:none !important;
}