/* Member Logos
----------------------------------------------- */
.logo-img, .photo-img {
  float:left;
  background: url(../../images/ui/shadow_alpha.png) no-repeat bottom right !important;
  background: url(../../images/ui/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.logo-img img, .photo-img img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

/* User Photos
----------------------------------------------- */
.photo-img img {
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.photo-img-container {
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  padding-bottom: 25px;
}

.photo-img-controls img {
	border: 0;
	padding: 0;
	float: left;
  padding-top: 2px;
}

.photo-description {
	float: none;
}

.photo-nextline {
	clear: both;
}





.logo-img-select {
  	float:left;
  	border: 1px solid #a9a9a9;
	margin: 1px;
}

.logo-img-select img {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 4px;
  padding-bottom: 0px;
}

.logo-img-select input {
}

.logo-img-select label {
	width: 105px;
}

.photo-description br {
	clear: none;
}

