#testi_gallery{
   width:980px;
   padding:5px 10px;
   /*background-color:#fff;
   color:#7E868C;*/
   background-color:#D1D8DD;
   color:#006CB8;
   text-align: center;
   font-weight:bold;
   text-transform: uppercase;
   font-size:0.75em;
   margin-bottom:4px;
}

ul.gallery{
   list-style: none;
   padding:0;
   margin:0;
}
ul.gallery li{
   padding:0px;
   width:199px;
   /*min-height:111px;
   height:auto!important;
   height:111px;*/
   float:left;
   background-color:#A8B3AD;
   margin-right:1px;
}

ul.gallery li a:link,
ul.gallery li a:visited{
   padding:0px;
   width:199px;
   /*min-height:111px;
   height:auto!important;
   height:111px;*/
   float:left;
   background-color:#A8B3AD;
   display:block;
}
ul.gallery li a:hover,
ul.gallery li a:focus,
ul.gallery li a:active{
   background-color:#A8B3AD;
}

ul.gallery li p {
   padding:0px;
   margin:0px;
   text-align:left;
}

ul.gallery li p a:link,
ul.gallery li p a:visited{
    width:189px;
   color:#000;
   font-size:0.75em;
   text-decoration: none;
   display:block;
   margin-top:0px;
   /*background-color:#006CB8;*/
   border-top:1px solid #7E868C;
   background-color:#A8B3AD;
   padding:3px 5px;
   min-height:25px;
   height:auto!important;
   height:25px;

}
ul.gallery li p a:hover,
ul.gallery li p a:focus,
ul.gallery li p a:active{
   color:#000;
   font-size:0.75em;
   text-decoration: underline;
   background-color:#A8B3AD;
}

