.jdGallery
{
	overflow: hidden;
	position: relative;
background-color:#ffffff;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;                            
	height: 100%;
	background-repeat: no-repeat;
background-color:#ffffff;
            float: left;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
            border: 1px solid #dedede;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('http://www.ventosdocamburi.com.br/assets/templates/ventos/images/loading-bar-blau.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
            text-align:left;
	width: 180px;
	height: 92%;
	margin: 0px;
	left: 0;
	top: 0;
	text-indent: 0;
	overflow: hidden;
            padding: 0px;
}

.jdGallery .slideInfoZone h2 {
font-size:11px;
font-family:Verdana,sans-serif;
margin: 0px;
font-weight: normal;
color: #000000;
letter-spacing:0.01cm;
line-height: 150%;
background: none;
}

.jdGallery .slideInfoZone p {
font-size:11px;
margin-top: 2px;
line-height: 150%;
color: #666666;
}

.jdGallery div.carouselContainer
{
	position:absolute;       
	height: 82px;
	width: 200px;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
	background: #ffffff;
            float:left;
            padding: 20px 0px 0px 0px;
            border: 0px solid #DCDCDC;
}

.jdGallery .carousel
{
	position: absolute;
	width: 200px;                 /***  100% ***/
	margin-top: 8px;
	left: 0;
	top: 0;
	height: 82px;               /***  64px ***/
	background: none;
	color: #fff;
	text-align: left;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 200px;                 /***  100% ***/
	height: 82px;               /***  64px ***/
	top: 0px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #ffffff;
	background-position: center center;
	float: left;
	border: solid 1px #ffffff;
}

.jdGallery .carousel .label
{
	position: relative;
	bottom: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
            z-index:50;
}

.jdGallery a.left
{
position: absolute;
height: 16px;
width: 33px;
top: 0px;
left:0px;
float:left;
cursor: pointer;
z-index:40;
text-decoration: none;
background-repeat: no-repeat;
background-position: top left;
background-image: url('http://www.ventosdocamburi.com.br/assets/templates/ventos/images/ico_prevfig2.gif');
}

.jdGallery a.right
{
position: absolute;
width: 33px;
height: 16px;
top: 0px;
left: 81px;
cursor: pointer;
z-index:40;
text-decoration: none;
background-repeat: no-repeat;
background-position: top right;
background-image: url('http://www.ventosdocamburi.com.br/assets/templates/ventos/images/ico_nextfig2.gif');
}

.jdGallery a.carouselBtn
{
position: absolute;
top: 0px;
left: 40px;
width: 33px;
height: 16px;
text-decoration: none;
background-repeat: no-repeat;
background-position: top left;
background-image: url('http://www.ventosdocamburi.com.br/assets/templates/ventos/images/ico_thumb2.gif');
}

#smooth_nav   {
width: 190px;
height: 16px;
margin-left: 0px;
margin-top: 10px;
padding: 0px 0px 0px 0px;
font-weight: normal;
float: left;
z-index:400;
border: 0px solid yellow;
}

#smooth_counter   {
margin: 0px;
color: #888888;
float: right;
}

.pic_number   {
color: #000000;
}

#smooth_carousel  {
width: 190px;
margin: 2px 0px 0px 0px;
height: 83px;
float: left;
border: 0px solid red;
}

#smooth_description  {
width: 190px;
height: 120px;
margin: 12px 0px 0px 0px;
float: right;
z-index:30;
border: 0px solid blue;
}

@media print {
#smooth_nav {display:none;}
#smooth_carousel {display:none;}
.counter {display:none;}
.notitel { color: #ffffff;}
}