.link-list1  a p{
    height: 24px;
    line-height: 24px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;color: #fff;    text-align: center;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30100',endColorstr='#a30100');      /*ie6,ie7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30100', endColorstr='#a30100')";}
.link-list1  a:hover p{
    background: #a30100;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30100',endColorstr='#a30100');      /*ie6,ie7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30100', endColorstr='#a30100')";}
