        
        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            padding: 10px 0;
            height: 241px;
            width: 950px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
			white-space:nowrap;
            overflow: none;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline-block;
			margin-right:20px;
			width:220px;
			height:202px;

        }
		.emp{
			width:220px;
			height:202px;
			display:inline-block;
			padding:0;
			
		}
			
		.emp label.emp_imagem{
			width:220px;
			height:202px;
			background:url(../images/thumb_borda.png) no-repeat;
			display:inline-block;
			text-align:center;
            position:relative;
            z-index:2;			
		}
		.emp label.emp_imagem img{ padding-bottom:10px;}
		.emp label.emp_imagem a{
			width:100%;
			text-align:center;
		}
		.emp label.emp_imagem a div{ 
			width:100%;
			font-size:11px;
			font-weight:bold;
			color:#E3991E; 
			white-space:normal;
			margin:0 auto;
			height:52px;
		}
		
		.emp label.emp_imagem a div span{
			color:#000000;
			font:normal 11px Arial, Helvetica, sans-serif;
			
		}   
				
		.emp label.emp_imagem a.link_slide{ text-decoration:none; color:#333333;}
		
        .slider {
            width: 944px;
            height: 23px;
            margin-top: 218px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(../images/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 120px;
            top: 0;
            background: url(../images/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
			margin-top:3px;
        }
        
        
		
/*********************************************/		
		.unidade_slide{
			width:220px;
			height:202px;
		}
			.carousel_imagem{
				width:196px;
				height:136px;
				position: relative;
				top:11px;
				left:0px;
				padding-bottom:15px; 
			}
		
			.thumb_png_borda {
				position: absolute;
				margin:0px;
				z-index: 0;
			}
			
		
			
