*
{
	margin: 0;
	padding: 0;
}

.hoverbox
{
    cursor: default;
    list-style: none;  
}
.hoverbox li a:hover
{
    cursor: pointer;
}
.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
    /*background: #ccc;*/
    padding-bottom: 8px;   
    padding-right:8px;    
    vertical-align: top;    
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.hoverbox li
{
    display: inline;
    float: left;
    position: relative;
}

.hoverbox .preview
{
    width: 200px;
    height: 150px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right: white thin solid;
    border-top: white thin solid;
    border-left: white thin solid;
    border-bottom: white thin solid;
}