/* root element for the whole scrollable setup */
div.scrollable {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:89%;
	height:340px;
	text-align:left;
	
}

div.scrollable_menu {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:87%;
	height:640px;
	text-align:left;
	
}

/* root element for scrollable items. It is 
	absolutely positioned with large width. */
#thumbs {	
	position:relative;
	width:20000em;	
	clear:both;
	
}




/* single item */
#thumbs_menu div {
	float:left;
	width:188px;
	height:360px;
	text-align:center;
	background-image:url(../images/div_thumbs.png);
	background-repeat:no-repeat;
	color:#000;
	cursor:pointer;
	margin-right: 31px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	

}

#thumbs div {
	float:left;
	width:188px;
	height:320px;
	text-align:center;
	background-image:url(../images/div_thumbs.png);
	background-repeat:no-repeat;
	color:#000;
	cursor:pointer;
	margin-right: 31px;
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* style when mouse is over the item */
#thumbs div a {
	text-decoration:none;
	color:#000;

}
#thumbs div a:hover {
	text-decoration:underline;
	text-align: justify;

}
#thumbs div.hover {

	background-image:url(../images/div_thumbs_hover.png);
	background-repeat:no-repeat;


}
#thumbs_menu div a {
	text-decoration:none;
	color:#000;

}
#thumbs_menu div a:hover {
	text-decoration:underline;
	text-align: justify;

}

/* style when element is active (clicked) */
#thumbs div.active {
	
	cursor:default;
		background-image:url(../images/div_thumbs_hover.png);
	background-repeat:no-repeat;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;
	font-family:Verdana, Geneva, sans-serif;
}

#thumbs h3  {
	font-style:normal;
	color:#000;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}


.thrColElsHdr #mainContent {
	background-image:url(../images/bg_bannerdesq.png);
	background-repeat:no-repeat;
	padding: 10px 10px;
	margin: 0 auto;
	height: 193px;
	background-position: right top;
	
} 

.thrColElsHdr #footer p {
	margin: 0; /* Se as margens do primeiro elemento forem zeradas no rodapé, não haverá possibilidade de redução de margem - um espaço entre divs */
	padding: 10px 0; /* O preenchimento neste elemento criará um espaço, exatamente como ocorreria na margem, sem o problema de redução da margem */
}

/* Diversas classes para reutilização */
.fltrt { /* Esta classe é usada para flutuar um elemento à direita na página. O elemento flutuante deve preceder o elemento e estar próximo dele na página. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Esta classe é usada para flutuar um elemento à esquerda em sua página */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Esta classe deve ser colocada em um elemento div ou break e deve ser o último elemento antes do fechamento de um contêiner que deve conter uma flutuação completamente */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sliderwrapper{
	overflow: hidden; /*leave as is*/
	border-bottom-width: 6px;
	
	height: 150px;
	margin: 0 auto;
	
	

}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 8px;
	
	width: 90%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 150px;






filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-align: center;
}

.pagination{
	width: 590px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 2px 10px;
	margin: 10px 80px 0 auto;
	font-size: 16px;
	height:21px;

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000;
background: white;

}

.pagination a:hover, .pagination a.selected{

background-image:url(../images/vitrine_select.png);
}

/**
 * Overwrite for having a carousel with dynamic width.
 */
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 75%;
	margin-top:50px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
}

#mycarousel li #titulo_prod_slide {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
#mycarousel li a {
	text-decoration:none;
	color:#000;
}
#mycarousel li a:hover {
	text-decoration:underline;

}

#mycarousel li #infos_prod_slide {
	font-size: 13px;
	color:#C00;
	text-align: left;
	padding-top: 5px;
		border-top: 1px dashed #ccc;
}
#mycarousel li #infos_prod_slide span {
	font-size: 11px;

	text-align: left;
	margin-top: 5px;
	padding-top: 5px;

}
