hoverbox {
     cursor: default;
     list-style: none;
}
.hoverbox a {
     cursor: default;
}
.hoverbox a .preview {
     display: none;
}
.hoverbox a:hover .preview {
     display: block;
     position:absolute;
     margin:-1px 0px 0px -1px;
}
*:first-child+html .hoverbox a:hover .preview {
     display: block;
     position:absolute;
     margin:-1px 0px 0px -38px;
}
.hoverbox img {
     background: #fff;
     border-color: #a6dcf5;
     border-style: solid;
     border-width: 0px;
     color: inherit;
     padding: 0px;
}
.hoverbox li {
     color: inherit;
     list-style: none;
}
.hoverbox .preview {
     border-color: #a6dcf5;
	 border-width: 1px;
}
