.imagePreview {
	width: 100%;
	height: 100px;
	background-position: center center;
	background: url(../img/emptyphoto.svg);
	background-color:transparent;
	border: dotted #95a5a6 1px;
	background-size: cover;
	background-repeat:no-repeat;
	display: inline-block;
	/*box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);*/
}
.btn-upload
{
  /*display:block;
  border-radius:0px;
  box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
  margin-top:-5px;*/
  	border: 0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
	padding: 6px 13px;
	position: relative;
	background: #95a5a6;
	white-space: nowrap;
	display: inline-block;
	/*box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);*/
	margin-top:-5px;
	text-decoration: none;
}
.btn-upload:hover,
.btn-upload:focus,
.btn-upload:active {
	background: #7f8c8d;
	color: #fff;
}
.imgUp
{
  margin-bottom:15px;
}
.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.view {
  position:absolute;
  top:0px;
  left:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
  }	
.imgAdd
{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#95a5a6;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
}
.imgAdd:hover,
.imgAdd:focus,
.imgAdd:active {
	background: #7f8c8d;
	color: #fff;
}