/* slideshow Vitreines*/
.scroll_vitrines, .scroll_galerias{ position:relative}
.scroll_vitrines .scrollable {position:relative;overflow:hidden;width: 550px;height:200px;}
.scroll_vitrines .scrollable .items {width:20000em; position:absolute;}
.scroll_vitrines .items div {float:left; width:550px;}
.scroll_vitrines .items div img{ float:left; margin-right:10px;margin-top:10px}
.scroll_vitrines .items div h3{ padding-top:10px}


/* slideshow galeria*/
.scroll_galerias .scrollable {position:relative;overflow: hidden;width: 207px;height:200px}
.scroll_galerias .scrollable .items {width:20000em; position:absolute;}
.scroll_galerias .items div {float:left; width:207px; text-align:center}
.scroll_galerias .items div img{ float:left; margin-right:10px;}
.scroll_galerias .items div h3{ padding-top:10px; text-align:center}


/*  Slideshow controls  geral*/
.leftControl, .rightControl{ width:22px; top:145px; height:30px; position:absolute; float:left; cursor:pointer}
.leftControl 		{left:0; background-position:-170px -172px }
.leftControl:hover  {background-position:-193px -172px}
.leftControl:active {background-position:-216px -172px}
.rightControl 		{ right:0; background-position:-285px -172px}
.rightControl:hover {background-position:-262px -172px}
.rightControl:active {background-position:-239px -172px}


/* slideshow galerias bloco_conteudo*/
.bloco_conteudo.scroll_galerias .leftControl, .rightControl{ width:22px; top:145px; height:30px; position:absolute; float:left; cursor:pointer}
.bloco_conteudo.scroll_galerias, .bloco_conteudo.scroll_galerias{ position:relative}
.bloco_conteudo.scroll_galerias .scrollable {position:relative;overflow:hidden;width: 550px;height:120px; margin-left: 43px;}
.bloco_conteudo.scroll_galerias .scrollable .items {width:20000em; position:absolute;}
.bloco_conteudo.scroll_galerias .items div {float:left; width:550px;}
.bloco_conteudo.scroll_galerias .items div img{ float:left; margin-right:10px;margin-top:10px}
.bloco_conteudo.scroll_galerias .items div h3{ padding-top:10px}