﻿ul
{
    margin: 0px;
    padding: 0px;
}
li
{
    list-style-type: none;
    float: left;
    margin: 15px;
    position: relative;
    padding: 0px;
}
li img
{
    border: 0px;
}
li a
{
    display: block;
}
.textPlaceholder
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 60px;
    height: 35px;
    left: 0px;
    font-family: Arial;
    font-size: 10px;
    background-color: Black;
    opacity: .5;
    filter: alpha(opacity=50);
    display: none;
    color: #ffffff;
    width: 100%;
}
.textPlaceholder div
{
    padding: 10px;
}
.textPlaceholder
{
    text-decoration: none;
    cursor: pointer;
}
