

.hoverbox {
    cursor: default;
    list-style: none;
  }


.hoverbox a {
    cursor: default;
  }


.hoverbox a .preview {
    display: none;
  }


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


.hoverbox img {
    background: inherit;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: none;
    border-width: 0px;
    color: inherit;
    padding: 2px;
    vertical-align: top;
    width: 100px;
    height: 100px;
  }


ul.hoverbox {
    list-style-type : none;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    text-align : center;
  }


.hoverbox li {
    background: inherit;
    border-color: #ddd #bbb #aaa #ccc;
    border-style: none;
    border-width: 0px;
    color: inherit;
    display: inline;
    position: relative;
    margin: 0px;
    padding: 0px;
  }


.hoverbox .preview {
    border-color: #000;
    width: 200px;
    height: 200px;
  }


.hoverboxright {
    cursor: default;
    list-style: none;
  }


.hoverboxright a {
    cursor: default;
  }


.hoverboxright a .preview {
    display: none;
  }


.hoverboxright a:hover .preview {
    display: block;
    position: absolute;
    top: -95px;
    left: -95px;
    z-index: 1;
  }


.hoverboxright img {
    background: inherit;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: none;
    border-width: 0px;
    color: inherit;
    padding: 2px;
    vertical-align: top;
    width: 100px;
    height: 100px;
  }

ul.hoverboxright {
    list-style-type : none;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    text-align : center;
  }


.hoverboxright li {
    background: inherit;
    border-color: #ddd #bbb #aaa #ccc;
    border-style: none;
    border-width: 0px;
    color: inherit;
    display: inline;
    position: relative;
    margin: 0px;
    padding: 0px;
  }


.hoverboxright .preview {
    border-color: #000;
    width: 200px;
    height: 200px;
  }

