.images_hover_move{
/*    display: none;*/
}
.images_hover_move ul{
    margin: 0px;

    padding:0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.images_hover_move ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    margin-left: 4px;
    margin-top: 4px;
    position: relative;
}
.images_hover_move ul li a{
    display: none;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 50%;
    display: block;
    font-size: 16px;
color:#0073C9;
    font-weight: bold;
}
.images_hover_move ul li p{
    bottom: 0px;
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
    font-size: 16px;
color:#0073C9;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding:0px;
    position: absolute;
    display: block;
}

.images_hover_move ul li p a{

    font-size: 16px;
color:#0073C9;
    font-weight: bold;
    text-align: center;

}

.images_hover_move ul li p a:hover{

    font-size: 16px;
color:#0073C9;
    font-weight: bold;
    text-align: center;

}