.modal-small {
	width: 100%;
	height: 100%;
/* 	margin: 0 auto; */
	display: none;
	z-index: 100;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}



	.uploadList {
		text-align:center;
		/* margin-top: 100px; */
	}
	
	.uploadList li {

		display:inline-block;

		float: left;
		margin-right: 7px;
		box-sizing: border-box;
		height: 80px;
		
	}
	
	.uploadList li:hover {
		
		cursor:pointer;
		color:#ccc
	}
	
	.uploadList a {
		color:#0b94c8
	}
	
	.boxSmall {
		height: 80px;
		width: 100px;
		
		margin-top: 10px;
		margin-bottom: 10px;
		

		
		border: 3px dashed rgba(0,0,0,0.04);
		background-color: #FAFAFA;
		display: block;

		
		border-style:dashed;
		border-width:1px;
		border-color: #6f6f6f;
		
		font-style: normal;
		font-weight: 200;
		font-size: 15px;

		cursor:pointer;
	}
	
	.showbox {
		margin-bottom: 10px;
	}
	
	#overlay {
		height: 78px;
		width: 98px;
		margin-top: -114px;
		opacity:0;
	}
	
	#plus {  
	  	font-family: 'Source Sans Pro', Arial, sans-serif; 
        font-weight:600;
        color:rgba(255,255,255,.95);
        font-size:11px;
    }
	
	.boxSmall:hover #overlay {
		border-style:solid;
		opacity:1;
		/* background: rgba(0,0,0,0.01); */
	}
	
	.boxSmall i {
		margin-top: 25px;
	}
	
	
	.maxUpload {
		height: 100%;
		width: 560px;
	}
	
	.add {
		background-image: url('img/add.png');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.add:hover {
		background-image: url('img/add.png');
		background-repeat: no-repeat;
		background-position: center;
	}