[module="cadr"] + [module="gallery"] {
  margin-top: -85px;
}
[module="cadr"] > div.shadow {
  background-color: #FFF79F;
  margin: 0 auto;
  padding: 5px;
  width: 190px;
}
[module="cadr"] > div.shadow > h4 {
  display: block;
  text-align: center;
  font-size: 30px;
  font-family: Georgia, Droid Serif, serif;
  margin-bottom: 5px;
}
[module="cadr"] > div.shadow > a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: Georgia, Droid Serif, serif;
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
[module="cadr"] > div.shadow > a > span {
  display: block;
  width: 180px;
}
[module="cadr"] > div.shadow > a > span + span {
  background-color: #FFF79F;
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms linear;
  -moz-transition: all 300ms ease;
  transition: all 300ms linear;
}
[module="cadr"] > div.shadow > a > span + span.p {
  left: -185px;
}
[module="cadr"] > div.shadow > a > span + span.n {
  left: 185px;
}
[module="cadr"] > div.shadow > a + a {
  color: #999;
  font-weight: bold;
  font-size: 11px;
  font-family: Arial, Helvetica, Droid Sans, Sans, sans-serif;
  position: absolute;
  z-index: 1;
  margin-top: 25px;
  height: auto;
}
[module="cadr"] > div.shadow + div {
  width: 150px;
  height: 112px;
  display: block;
  margin: 121px 0 90px 67px;
  position: relative;
}
[module="cadr"] > div.shadow + div:before {
  content: url(photocamera.png);
  position: absolute;
  top: -140px;
  left: -78px;
}
[module="cadr"] > div.shadow + div > a {
  background: black no-repeat center center;
  position: relative;
  height: inherit;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  width: inherit;
}
[module="cadr"] > div.shadow + div > a > span {
  position: absolute;
  top: 0;
  height: inherit;
  display: block;
  width: 0px;
  background: transparent no-repeat top center;
  -webkit-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
[module="cadr"] > div.shadow + div > a > span.p {
  left: 0;
  border-right: 10px black solid;
  background-position: 0% 50%;
}
[module="cadr"] > div.shadow + div > a > span.n {
  right: 0;
  border-left: 10px black solid;
  background-position: 100% 50%;
}
[module="cadr"] > div.shadow + div > a > span.show {
  width: 150px;
}
[module="cadr"] > a[control] {
  margin-top: 42px;
}
[module="cadr"] > a[control="prev"] {
  border-right-color: red;
}
[module="cadr"] > a[control="next"] {
  border-left-color: red;
}
