a.video
{
position:relative;
z-index:1;
background-color: #000;
border-style: solid #000 1px;
top:1px; left:1px; width: auto; height: auto;
text-decoration:none;
}

a.video:hover
{
z-index:2;
background-color: #000;
}

a.video span
{
display: none;
}

a.video:hover span
{
display: block;
position: absolute;
top: 0px; left: -278px; width: 270px; height: 496px;
padding-top: 4px; padding-left: 4px; padding-right: 4px; padding-bottom: 4px;
border-style: solid #000 2px;
background-color: #0F0;
text-align: center;
font-size: 0.8em;
}

a.ton
{
position:relative;
z-index:1;
background-color: #000;
border-style: solid #000 1px;
top:1px; left:-2px; width: auto; height: auto;
text-decoration:none;
}

a.ton:hover
{
z-index:2;
background-color: #000;
}

a.ton span
{
display: none;
}

a.ton:hover span
{
display: block;
position: absolute;
top: -15px; left: -6px; width: 204px; height: 20px;
padding-top: 4px; padding-left: 4px; padding-right: 4px; padding-bottom: 4px;
border-style: solid # #F00 2px;
background-color: #0F0;
text-align: center;
font-size: 0.8em;
}