/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {/*
  cursor: hand;
  cursor: pointer;*/
  list-style: none;
  text-align: center;
  padding-left: 0px;
  margin-left: -3px;	
}

.hoverbox li {
  padding-left: 0px;
  margin-left: 0px;
}

.hoverbox a:link, .hoverbox a:visited, .hoverbox a:hover, .hoverbox a:active {
  text-decoration: none !important;
}

.hoverbox a {/*
  cursor: default;*/
}

.thumbnail {/*
  width: 38px;
  height: 38px;*/
}

.hoverbox a .preview {
  display: none;
}

.hoverbox a:hover .preview {
  display: block;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 1;
  background-color: #FFFFFF;/*
  border: solid 1px grey;*/
  text-align: center;/*
  padding-bottom: 4px;*/
  color: #666666 !important;
  text-decoration: none !important;
}

.hoverbox img {
  background: #FFFFFF;/*
  border-color: #aaa #ccc #ddd #bbb;
  border-style: solid;
  border-width: 1px;*/
  color: inherit;/*
  padding: 2px;*/
  vertical-align: top;/*
  width: 100px;
  height: 75px;*/
}

.hoverbox li {
  background: #FFFFFF;/*
  border-color: #ddd #bbb #aaa #ccc;
  border-style: solid;
  border-width: 1px;*/
  border: solid 1px #CCCCCC;
  color: inherit;
  display: inline;
  float: left;/*
  margin: 3px;
  padding: 5px;*/
  margin-left: 4px;
  margin-bottom: 4px;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center !important;
}

.hoverbox .preview {
  border: solid 1px #CDCDCD;
  width: 180px;
  height: auto;
}

.previewText {
  display: block;
  background-color: #ECE9D8;
  width: 100%;
  height: auto;
  padding-bottom: 4px;
  border-top: solid 1px #CDCDCD;
  text-decoration: none !important;
}

.textureDiv .hoverbox li, #leaderDiv .hoverbox li {
  width: 20px;
  height: 20px;
  border: none;
}

.textureDiv .hoverbox .preview, #leaderDiv .hoverbox .preview {
  border: solid 3px #CCCCCC;
  width: 73px;
  height: auto;
}

.textureDiv .hoverbox a:hover .preview, #leaderDiv .hoverbox a:hover .preview {
  top: 15px;
  left: 10px;
}
