.hoverbox
{
position:inherit;
}

.hoverbox a
{
cursor: pointer;
}

.hoverbox a .preview 
{
display: none;
}

.hoverbox a:hover .preview
{
display: block;
position: absolute;
right:-33px;
bottom:-5px;
border:0px;
}

.hoverbox img
{
vertical-align: top;
border:0px;
}

.hoverbox 
{
position: relative;

}

.hoverbox .preview
{
border:0px;
}

