/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #397524 #DFE9EB;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #397524;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #62A34B;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #62A34B;
}


#site{

     width:640px;
     height:150px;
     margin-top:0;
     margin-right:auto;
     margin-bottom:0;
     margin-left:auto;
}

.wrapper { 
        width: 640px;
        height: 122px;
        background:#EFEFEF; 
        box-shadow: 1px 1px 10px #999; 
        margin: auto; 
        text-align: center; 
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding-top: 5px;
    }

    .scroll { 
        overflow-x: scroll;
        overflow-y: hidden;
        height: 120px;
        white-space:nowrap;
    } 
	#caixa-center{
     	width:125px;
     	height:100px;
     	background-color:#F00;
		float:left;
	}
	
	#caixa-img{
		width:123x;
     	height:80px;
}

	#caixa-text{
     	width:123px;
     	height:20px;
		text-align:center;
}
    
    img { 
        box-shadow: 1px 1px 10px #999; 
        margin: 2px;
        max-height: 110px;
        cursor: pointer;
        display:inline-block;
        *display:inline;
        *zoom:1;
        vertical-align:top;
}

/* TABELAS DA PAGINA INDEX */

	#index-central{
		width:1580px;
     	height:720px;
		text-align:center;
}
	#index-central-titulo{
		width:1580px;
     	height:50px;
		text-align:center;
}
	#index-central-divisor{
		width:1580px;
     	height:10px;
		text-align:center;
}


