.photo{position:relative;display:inline-block;float:left;z-index:1;padding:10px 10px 40px 10px;margin:10px;background-color:white;-webkit-box-shadow:0 1px 3px #aaa;-moz-box-shadow:0 1px 3px #aaa;box-shadow:0 1px 3px #aaa;cursor:pointer}.photo:hover{z-index:9}.photo a,.photo a:hover,.photo a:visited{outline:none;text-decoration:none}.photo .image{display:block;background-repeat:no-repeat;background-position:center;border:1px solid #eee}.photo .info{position:absolute;left:15px;right:15px;bottom:0;height:30px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo .info .title{font-family:"Helvetica Neue Light",HelveticaNeue-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;-webkit-transition:color .3s;-moz-transition:color .3s;-o-transition:color .3s;transition:color .3s}.photo .summary{text-overflow:ellipsis;font-family:"Helvetica Neue Light",HelveticaNeue-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;line-height:1.4;border:1px solid #eee;color:#333;background-color:white;position:absolute;left:10px;right:10px;max-height:70px;padding:5px;bottom:40px;overflow:hidden;text-overflow:ellipsis;opacity:0;visibility:hidden}.photo:hover .summary{opacity:0.8;visibility:visible;pointer-events:none;}.photo .commentCount{position:absolute;right:-10px;bottom:30px;display:inline-block;font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;font-size:14px;width:30px;height:30px;line-height:30px;text-align:center;color:white;background-color:#666;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;-webkit-box-shadow:0 1px 2px #aaa;-moz-box-shadow:0 1px 2px #aaa;box-shadow:0 1px 2px #aaa}.photo.hidden{display:none}#photos.askew .photo{-webkit-transform:rotate(-2deg);-moz-transform:rotate(-2deg)}#photos.askew .photo:nth-child(even){-webkit-transform:rotate(2deg);-moz-transform:rotate(2deg)}#photos.askew .photo:nth-child(3n){-webkit-transform:rotate(-1deg);-moz-transform:rotate(-1deg);position:relative;top:-1px}#photos.askew .photo:nth-child(5n){-webkit-transform:rotate(2deg);-moz-transform:rotate(2deg);position:relative;right:1px}#photos.askew .photo:nth-child(6n){-webkit-transform:none;-moz-transform:none;position:relative;left:1px}#photos.askew .photo:nth-child(8n){position:relative;top:1px;right:1px}#photos.askew .photo:nth-child(11n){position:relative;top:1px;left:-1px}#photos .photo{-webkit-transition:-webkit-transform .15s linear;-moz-transition:-moz-transform .15s linear;transition:transform .15s linear}#photos.lots .photo{-webkit-transition:none;-moz-transition:none;transition:none}#photos .photo:hover{-webkit-transform:scale(1.2)!important;-moz-transform:scale(1.2)!important;transform:scale(1.2)!important;position:relative;-webkit-box-shadow:0 1px 8px #999;-moz-box-shadow:0 1px 8px #999;box-shadow:0 1px 8px #999}