.ppu_outer {
   /* for user to customize */
}
.ppu_preview_list {
   /* photo previews , not include addphotoButton*/
}
.ppu_photo_wrapper {
   float:left;
   position:relative;
   margin-top:10px;
   margin-right:10px;
   cursor: -webkit-grab;
}
.ppu_photo_preview {
   float:left;
   position:relative;
   width:96px;
   height:96px;
   overflow:hidden;
   border:1px dotted #999999;
}
.ppu_button_background{
   cursor:pointer;
   background-image: url('/img/placeinfo/owlting_add_photo.png');
}
.ppu_delete_photo_btn {
   position:absolute;
   width:35px;
   height:35px;
   top:-5px;
   right:-5px;
   cursor: pointer;
   background-image: url('/img/placeinfo/owlting_delete_photo_icon.png');
}
.ppu_uploading {
   position: absolute;
   left: 0px;
   top: 0px;
   background-color: #000;
   opacity: 0.5;

   display:none;
   width:96px;
   height:96px;
   background:url('/img/common/loading1.gif') 36px 36px no-repeat #000 ;
}
.ppu_no_selection {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}
/* Sortable */
.sortable-ghost {
   opacity: .5;
}
