﻿.photo {position:relative;font-family:arial; overflow:hidden;border:2px solid #c5c5c5;width:220px;height:233px;-moz-border-radius:6px;-webkit-border-radius:6px; border-radius:6px; -moz-box-shadow:0 0px 5px #6A6A6A; box-shadow:0 0px 5px #6A6A6A;-webkit-box-shadow:0 0px 5px #6A6A6A;} 
.photo .heading, .photo .caption {position:absolute;background:#ececec;height:50px;width:220px;opacity:0.6;}
.photo .heading { top:-50px;}
.photo .caption { bottom:-50px; left:0px;}
.photo .heading span {color:#5d5d5d; top:-50px;font-weight:bold;display:block;font-size:15px;padding:5px 0 0 10px;}
.photo .caption span{color:#252525; font-size:11px;display:block;padding:5px 10px 0 10px;}
.transp-block {background: #ececec;width: 220px;height: 233px;}
img.transparent {filter:alpha(opacity=60);}