

* {
   margin: 0;
   padding: 0;
}
body {
   font:100%/1.5 Arial, Helvetica, sans-serif;
}
.container {
   //width: 960px;
   //margin: 25px auto;
   //border: 1px solid #000;
   //padding: 40px 40px 15px 40px;
}
.container:after {
   content: "";
   clear: both;
   display: block;
   visibility: hidden;
   line-height: 0;
   height: 0;
}
.img {
   width: 127px;
   height: 160px;
   position: relative;
   overflow: hidden;
   float: center;
  // margin: 0 30px 30px 0;
}
.img:nth-child(3n) {
   margin-right: 0;
}
.img:hover {
   cursor: pointer;
   opacity: .9;
   filter: alpha(opacity=90);
}
.landscape {
   width: 130px;
   height: auto;
   margin: auto;
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
}
.portrait {
   height: auto;
   width: 120px;
   margin: auto;
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
}

