.vtheme img {
  border:0px solid black;
}
.vtupdated {
  background: #EEEEEE;
  color:#000000;
  border: 1px solid #CCCCCC;
  margin: 1em 1em 10px;
  padding: 0 1em 0 3em;
  line-height:1.4em;
}
/*
 * Standard styles for controlling image drop shadows
 */
.out {
  display:block;
  background:#ddd;
  border:1px solid #ddd;
  position:relative;
  margin:1em 0;
}
.in2 {
  display:block;
  background:#777;
  border:1px solid #999;
  position:relative;
  padding:1px;
  margin:1px;
}
.in {
  text-align:center;
  background:#fff;
  border:1px solid #555;
  position:relative;
  padding:5px;
  font-weight:normal;
}
.ltin {
  left:-5px;
}
.tpin {
  top:-5px;
}
.rtin {
  left:5px;
}
/*
 * Slimbox (lightbox) classes, do not change these
 */
#lbOverlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
  cursor: pointer;
  z-index:10;
}
#lbCenter, #lbBottomContainer {
  position: absolute;
  left: 50%;
  overflow: hidden;
  background-color: #fff;
  z-index:9999;
}
.lbLoading {
  background: #fff url(images/loading.gif) no-repeat center;
}
#lbImage {
  border: 10px solid #fff;
  background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}
#lbPrevLink {
  left: 0;
}
#lbPrevLink:hover {
  background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
  right: 0;
}
#lbNextLink:hover {
  background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}
#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(images/closelabel.gif) no-repeat center;
  margin: 5px 0;
}
#lbCaption, #lbNumber {
  margin-right: 71px;
}
#lbCaption {
  font-weight: bold;
}
/* space between image and reflection */
canvas {
  padding-top:3px;
}
.flottante {
  background-color: #00ff00;
  border: 2px dotted #ffff00;
  margin: 2px;
  float: left;
  width: 100px;
  text-align: center;
}