/*Galeria*/
.pksGallery{width: 100%;position: relative}
.pksGallery .stage{overflow: hidden;position: relative;height: 448px;background: #000}
.pksGallery .stage ul{position: absolute;left: 0;top: 0;padding: 0}
.pksGallery .stage > ul li {float: left;height: 450px;padding: 0!important}
.pksGallery .stage > ul li:before{content:""}
.pksGallery .stage > ul li div{display: table;height: 100%;width: 100%}
.pksGallery .stage > ul li div span{display: table-cell;vertical-align: middle;text-align: center}
.pksGallery .stage > ul li div span img{ max-width: 98%; height: auto;}
.pksGallery .stage > ul li div span article{display: none}
.pksGallery .stage > span{ display: block; width: 76px; height: 450px; position: absolute; top: 0; background-position: center; background-repeat: no-repeat; cursor: pointer;background-image: url(classic-map.png);z-index: 1}
.pksGallery .stage > span.back {left: 0; background-position:36px}
.pksGallery .stage > span.next {right: 0; background-position: -275px}
.pksGallery .thumbs{padding: 10px;height: 40px;background: #000} 
.pksGallery .thumbs .thumbsStage{width: 100%;height: 40px; overflow: hidden}
.pksGallery .thumbs ul{padding-left: 0;height: 40px}
.pksGallery .thumbs ul li{float: left;margin-right: 5px;width: 40px;height: 40px;padding: 0}
.pksGallery .thumbs ul li:before{display: none}
.pksGallery .thumbs ul li img{width: 40px;height: 40px}

.pksGallery .description { 
	border-bottom: 2px solid #000;
    min-height: 40px;
    padding: 15px 15px 0;
    margin-bottom: 25px;
    background: #eee; 
}

#pksGalleryAd { 
	background:url(https://forbes.uol.com.br/wp-content/uploads/2016/01/bg-galleryad.png) repeat; 
	position:absolute; 
	top:0; 
	left:0; 
	width: 100%;
	height: 100%;
	z-index: 99999;
	display:none;
	cursor:pointer;
}
#pksGalleryAd > div { 
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
	background:url(https://forbes.uol.com.br/wp-content/uploads/2016/01/bg-galleryad-prev.png) no-repeat 8px center;
}
#pksGalleryAd > div > div { 
    display: table-cell;
    vertical-align: middle;
	background:url(https://forbes.uol.com.br/wp-content/uploads/2016/01/bg-galleryad-next.png) no-repeat right center;
}
#pksGalleryAd > div > div > div { 
	background:none;
    margin-left: auto;
    margin-right: auto; 
}
.mobilebanner {
	display: none;
}


/* ################### AJUSTES PARA FORBES NEW */
#content-main div.pksGallery ul li {
	margin-left:0 !important;
}


@media screen and (max-width: 830px) {
	.pksGallery .stage > span {
		display: none;
	}

	.thumbs { display:none; }

	.pksGallery ul {
		position:relative !important;
	display:inline;

	}

	.pksGallery ul li {
		position:relative;
		float:left;
		top:auto;
		left:auto;
		clear:both;
		height:auto !important;
	}
	.pksGallery .stage {
		height:auto !important;
		background:none;
	}

	.pksGallery .description {
		display:none !important;
	}

	.pksGallery .stage > ul li {
    margin-bottom: 10px !important;
	}

	.pksGallery .stage > ul li div span article {
		display: block !important;
		text-align:left;
	}

	.pksGallery .stage > ul li div span img {
    max-width: 100%;
    /* height: 220px !important; */
    margin-bottom: 5px;
	}

	.mobilebanner {
		display: block;
	}

}






