.pagList .active {
    background: #244486 !important;
}

#AppNavpages {
  position:absolute;
  height:0px;
  width:1024px;
  left:0;
  bottom:0;
  z-index:99;
  border:0;
  text-align:center;
  background: #0fc0e1;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
  -webkit-transition: height 0.5s ease-out;   
}

#AppNavpages.showed {
  height:150px;
}

#AppNavpages.showed #btnShower {
  background-image: url('../images/navpages_down.png');
}

#navShower {
  height:28px;
  width:1024px;
  border:0;
  width: 167px;
  background:url('../images/trasparente.png') top right repeat-x;
  text-align: center;
}

#navShower a {
  left: 440px;
  padding: 4px;
  position: absolute;
  top:-24px;
}

#navShower span#btnShower {
  background: transparent url('../images/navpages_up.png') center no-repeat;
  display: block;
  width: 167px;
  height: 20px;
}

#paglist {
  max-width: 1000px; 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto; 	
  overflow-x: auto;
  height: 110px;
  display: inline-block;
}


#paglist li {
display: table-cell;
  list-style-type: none;
  padding-right: 20px;
}

#paglist li img {
  border-radius: 10px;
  border: 1px solid transparent;
  margin-bottom: 2px;
}

#paglist li.active img {
  border: 1px solid #00a787;
  box-shadow: 0px 0px 5px #00a787;
}