.cat_gallery {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  float: left;
}
.cat_gallery ul.elenco_cat_gallery {
  padding:0; 
  margin:0; 
  list-style:none; 
  width:711px; 
  height:auto; 
  position:relative; 
  z-index:10;
}

.cat_gallery ul.elenco_cat_gallery li {
  display:block; 
  width:125px; 
}


.cat_gallery ul.elenco_cat_gallery li a.set {
  display:block; 
  font-size:11px; 
  width:711px; 
  height: 0px; 
  text-align:center; 
  line-height: 0px; 
  color:#000; 
  text-decoration:none; 
  border: 0px; 
  border-width: 0; 
  background: maroon; 
  font-family:verdana, arial, sans-serif;
}

.cat_gallery ul.elenco_cat_gallery li.active a {
  color:#000; 
  background: #f2f2f2;
}

.cat_gallery ul.elenco_cat_gallery li a:hover,
.cat_gallery ul.elenco_cat_gallery li:hover a {
  color:#fff; 
  background: #ffffff;
}

.cat_gallery ul.elenco_cat_gallery li.active ul {
  display:block; 
  position:absolute; 
  left:0; 
  top: 0px; 
  list-style:none; 
  padding:0; 
  margin:0;
  background: #f2f2f2; 
  width:711px; 
  padding: 0px; 
  border: 0px; 
  z-index:1;
}

.cat_gallery ul.elenco_cat_gallery li a:hover ul, 
.cat_gallery ul.elenco_cat_gallery li:hover ul {
  display:block; 
  position:absolute; 
  left:0; 
  top: 0px; 
  list-style:none; 
  padding:0; 
  margin:0; 
  background: #f2f2f2; 
  width:711px; 
  padding: 0px; 
  border: 0px; 
  z-index:100;
}

.cat_gallery ul.elenco_cat_gallery li ul li {
  float: left;
  display:inline; 
  width:119px; 
  height:119px; 
  border: 0px; 
  margin: 5px 11px 5px 11px !important;
  margin: 5px 8px 5px 8px;
}

.cat_gallery ul.elenco_cat_gallery li ul li a {
  float: left;
  display:block !important; 
  display: inline; 
  width: 119px; 
  height: 119px; 
  cursor: default; 
  text-decoration:none; 
  background: #fff; 
  border: 0px;
}

.cat_gallery ul.elenco_cat_gallery li ul li a img {
  float: left;
  display:block; 
  width:119px; 
  height:119px; 
  border: 1px solid #2c4c64;
  cursor: pointer;
}

.cat_gallery ul.elenco_cat_gallery li ul li a p {
  float: left;
  display:block !important; 
  display: inline; 
  width:112px; 
  height:117px; 
  margin: -119px 2px 0px 5px;
  border: 0px;
  font-weight: bold;
  color: #698499;
  cursor: pointer;
  text-align: left;
  line-height: 15px !important;
  line-height: 13px;
  font-size: 11px !important;
  font-size: 10px;
}


.cat_gallery ul.elenco_cat_gallery li a:hover ul li a:hover, 
.cat_gallery ul.elenco_cat_gallery li:hover ul li a:hover {
  white-space:normal; 
  position:relative;
}

.cat_gallery ul.elenco_cat_gallery li a:hover ul li a:hover img, 
.cat_gallery ul.elenco_cat_gallery li:hover ul li a:hover img {
  position:absolute; 
  left:-25px; 
  top:-16px; 
  width:170px; 
  height:170px; 
  border-color: 1px solid #2c4c64;
  cursor: pointer;
}

.cat_gallery ul.elenco_cat_gallery li a:hover ul li a:hover p, 
.cat_gallery ul.elenco_cat_gallery li:hover ul li a:hover p {
  position:absolute; 
  left: -20px; 
  top: -14px; 
  margin: 0px;
  width: 163px; 
  height: 168px; 
  font-weight: bold;
  color: #698499;
  cursor: pointer;
  text-align: left;
  line-height: 15px !important;
  line-height: 13px;
  font-size: 11px !important;
  font-size: 10px;
}
