.inline {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.nomarpad-left {
  margin-left: 0%;
  padding-left: 0%;
}
.nomarpad-top {
  margin-top: 0%;
  padding-top: 0%;
}
.nomarpad-right {
  margin-right: 0%;
  padding-right: 0%;
}
.nomarpad-bottom {
  margin-bottom: 0%;
  padding-bottom: 0%;
}

.picture-fu {
  width: 100%;
  height:100%;
}

.picture-si {
  width: 100%;
  height: 100%;
}

.picture-hy {
  width: 100%;
  height: 100%;
}

.imagedropshadow {
  padding: 5px;
  border: solid 2px #EFEFEF;
  transition-duration: 450ms;
}
a:hover img.imagedropshadow {
  border: solid 2px #CCC;
  -moz-box-shadow: 2px 2px 10px #999;
  -webkit-box-shadow: 2px 2px 10px #999;
      box-shadow: 2px 2px 10px #999;
}

