/** User Picture Widget **/

.user_picture_widget .user_photo
{
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.user_picture_widget .user_photo img
{
  max-width: 100%;
}
/* probably not used anywhere (came from common.css */
.user_picture img
{
	max-width: 175px;
}



