/*FORNECEDORES
*****************************************************************************************/
		#conteudo h2 {
			background:url(../images/fornecedores/fornecedores.gif) no-repeat;
			width:509px;
			height:47px;
			position:relative;
			margin-bottom:10px;
		}

/*UL FORNECEDORES
*****************************************************************************************/
		
		#fornecedores {
			width:530px;
			margin-top:15px;
			margin-bottom:10px;
			margin-left:10px;
			
		}
		
		#fornecedores li {
			background:url(../images/fornecedores/back_logos.gif) no-repeat;
			width:169px;
			height:170px;
			position:relative;
			display:inline;
			float:left;
			margin-right:2px;
			margin-top:2px;
		}
		
		#fornecedores li a {
			width:169px;
			height:170px;
			position:relative;
			display:block;
		}
		
/*EXIBIÇÃO DE PÁGINAS
*****************************************************************************************/
		
		#anteriores {
			background:url(../images/produtos/anteriores.gif) no-repeat;
			display:block;
			width:110px;
			height:28px;
			border:0;
			float:left;
			left:50px;
			position:relative;
			padding-bottom:20px;
		}
		
		#exibindo {
			float:left;
			top:5px;
			font-size:11px;
			left:60px;
			position:relative;
			padding-bottom:20px;
		}
		
		#proximas {
			background:url(../images/produtos/proximas.gif) no-repeat;
			display:block;
			width:110px;
			height:28px;
			border:0;
			float:left;
			position:relative;
			left:70px;
			padding-bottom:20px;
		}
