@CHARSET "UTF-8";

.fixed,.clear {
  clear: both;
}

div.sidenails ul li {
  list-style: none;
  float: left
}

.sidenails {
  position: relative;
  width: 100%;
  min-width: 310px;
  clear: both;
}

.sidenails img { /*border:2px solid #82f4ca;*/
  max-width: 100%;
}

.sidenails span {
  display: none;
  opacity: 0.8;
}

.sidenails a {
  float: left;
  display: block;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 150px;
}

.sidenails strong {
  color: #FFF;
  display: none;
  height: 150px;
  left: 0;
  padding: 3px;
  position: absolute;
  top: 0;
  width: 150px;
}
.sidenails a:hover {text-decoration: none;}
.sidenails a:hover strong {
  color: #FFF;
  background: none repeat scroll 0 0 #000;
  opacity: 0.8;
  display: block;
  left: 0;
  padding: 3px;
  top: 0;
  text-decoration: none;
}

.sidenails .credit a {font-size: 9px; float: none; clear: both; width: 100%; height: 14px;}