/* photo_album.css */
.photo 	{position:relative;float:left;width: 200px; height: 270px; margin: 5px; text-align: center; vertical-align: bottom;}
.photo_show {position: relative; width: 100%;}
.photo_center {width:100%; height: 200px; text-align: center; vertical-align: middle;}
.photo_center:after{content: '';display: block;clear: both;}
.photo_center_to_left{position: relative;right: 50%;float: right;}
.photo_center_to_right{position: relative;z-index: 1;right: -50%;margin: 0;background:#d0d0d0; border:1px solid #eee; padding:10px;}
.photo_img {display:block; position:absolute; bottom:2px; right:2px; background:#fff; border: #bbb solid 1px; padding:10px;}

