	#wrapper1
	{
		display:block;
		margin:auto;
		/*height:720px;
		width:960px;*/

	}

	#container1
	{
		overflow:hidden;
		
		background-color:white;
		/*position:fixed; */
		top:0px; 
		left:0px; 
		width:100%;
		height:100%; 
		position:absolute;
		z-index:10;
	}

	 

	#sliderEmpresa {
	  position: relative;
	  overflow: hidden;
	  margin: 20px auto 0 auto;
	  border-radius: 4px;
	  
	  
	  -ms-overflow-style: none;
	  /* Hides the scrollbar. */
	  
	  -ms-scroll-chaining: none;
	  /* Prevents Metro from swiping to the next tab or app. */
	  
	  -ms-scroll-snap-type: mandatory;
	  /* Forces a snap scroll behavior on your images. */
	  
	  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
	  /* Defines the y and x intervals to snap to when scrolling. */
	}

	#sliderEmpresa ul 
	{
	  position: relative;
	  margin: 0;
	  padding: 0;
	  height: 200px;
	  list-style: none;
		 
	}

	#sliderEmpresa ul li 
	{
	  position: relative;
	  display: block;
	  float: left;
	  margin: 0;
	  padding: 0;
	  width: 500px;
	  height: 300px;
	  background: #ccc;
	  text-align: center;
	  line-height: 300px;
	  
	 -ms-touch-action: none;
	 touch-action: none;
	}

	.control_prev  
	{
		position: absolute;
		display:block;
		top: 60%;
		z-index: 999;
		display: block;
		 
		/*width: 69px;
		height: 72px;*/
		text-decoration: none;

		opacity: 0.75;
		cursor: pointer;
		margin-left:0;
	}

	.control_next
	{
		position: absolute;
		top: 60%;
		z-index: 999;
		display: block;
	 
		/*width: 69px;
		height: 72px;*/
	 
		opacity: 0.75;
		cursor: pointer; 
	}

	#legendaImagem
	{		
		position:absolute;
		bottom:0;
		display: block;
		width:inherit;	/**/
		height:0;
		margin-left: inherit; /*-480px;*/
  
		background-color:rgba(52, 61, 69, 0.75);
 
		z-index:200;
		vertical-align: middle;
	}
	
 
	#LegendaConteudo
	{
		position:absolute;
		display: block;
		padding-top:-14px;
 
		width: inherit;
		height:0;
		vertical-align:center;
		padding-right:12%;
		z-index:210;
	}
		

	.legendaNormal
	{
		font-size:40px;
		font-family:Lucida Console;
	 	color:rgba(255, 255, 255, 1);
	}
	
	.legendaDash
	{
		font-family:'quicksanddash';
		font-size:50px;
	 	color:rgba(255, 255, 255, 1);
		font-style:bold;
	}
	
	
	/*IMAGENS SLIDER*/
	.liImg
	{
		height:720px;
		width:960px;
		 -ms-touch-action: none;
		 touch-action: none;
	}
	 
	