@charset "utf-8";
/* CSS Document */

.pictures{
width:85px;
height:85px;
float:left;
border:1px solid #bdbdbd;
margin-right:10px;
margin-bottom:10px;
overflow:hidden;
}

.pictures img{
height:85px;
}

