.caption {
   width: 175px;
}

#displayimage {
	width: 100%;
	height: 560px;
	line-height: 100px;
	border: 5px dashed #CCC;
	/* margin-left:350px;*/
	text-align: left;
	padding: 10px 20px;
    overflow: auto;
	margin-top: 10px;
	position: relative;
}

.thumb {
   height: 100px;
   border: 1px solid #000;
   margin: 0px;
   display: block;
   width:180px;
}
#displayimage > div {
   float: left;
   padding-left: 10px;
}

.cancel {
   cursor: pointer;
   float: right;
}

.DropImage {
	font-size: 33px !important;
    margin-top: 222px;
    text-align: center;
    color: #b7b7b7;
    z-index: -1;
    position: absolute;
    left: calc(50% - 149px);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   .rgstrlink1 {
	   background-color: #ededed;
	   border-radius: 2px;
	   color: #8e8e8e;
	   margin-bottom: 5px;
	   margin-left: 78px;
   }
}

.imagesection li {
   display: inline;
}

#uploader
{
	margin: 20px 0;
}

.loadingGallery
{
	position: absolute;
    z-index: 9999;
    width: calc(100% - 35px);
    height: calc(100% - 23px);
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
}