@charset "utf-8";
a {
text-decoration: none;
}

p a:hover {
background: inherit;
color: #000;
}

.hoverbox {
cursor: default;
list-style: none;
margin:	0px;
padding: 0px;
}

.hoverbox a {
cursor: default;
}

.hoverbox a .preview {
display: none;
}

.hoverbox a:hover .preview {
display: block;
position: absolute;
top: 35px;
left: 35px;
z-index: 1;
}

.hoverbox img {
background: #fff;
border-color: #aaa #ccc #ddd #bbb;
border-style: solid;
border-width: 1px;
color: inherit;
padding: 2px;
vertical-align: top;
width: 128px;
height: 110px;
}

.hoverbox li {
background: #fff;
border-color: #ddd #bbb #aaa #ccc;
border-style: solid;
border-width: 1px;
color: inherit;
display: inline;
float: left;
margin: 3px;
padding: 5px;
position: relative;
}

.hoverbox .preview {
border-color: #000;
width: auto;
height: auto;
padding: 0px;
}
