#es_box {
  border-style: solid;
  border-width: 1px;
  border-color: #CFCFCF;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  margin: 10px;
  padding: 5px;
  float: left;
  position: relative;
  width: 98%;
  box-shadow: 6px 6px 5px #888888;
  background-color: #FFFFFF;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}

#es_box ul li {
    background-image: url(bullet.png);
    background-repeat: no-repeat;
    background-position: 0px center;
}

#es_box ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#es_box li {
  margin: 0px;
  display: inline;
  list-style-type: none;
  padding-right: 1px;
  padding-left: 10px;
}

#es_histhumb {
  float: left;
  box-sizing: content-box;
  background-color: #FFFFFF;

  // value computed by the engine width: 170px;  
}

#es_thumbnail {
  // this value is in the setting options width:150px;  
  margin: 5px;
  padding: 5px 5px 30px 5px;
  border-style:solid;
  border-color: rgb(207, 207, 207);
  border-width:1px;
  opacity:0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
  box-shadow: 3px 3px 5px #888888;
  margin-right: 15px;
}

#es_thumbnail:hover {
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

#es_histogram {
  // this values are dinamically computed by the engine
  // width: 150px;  
  // top: 59px;
  
  margin: 7px;
  padding: 5px;
  position: absolute;
  left: 4px;
}

#es_histogram:hover {
  opacity:1;
}
