
.uploader input[type=file]{
	width:100%;
	overflow-x: hidden;
}

.uploading{
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 57%, rgba(0,0,0,0) 71%, rgba(0,0,0,0.84) 90%, rgba(0,0,0,0.84) 100%), url(images/loading.gif);
background: -webkit-gradient(left top, left bottom, color-stop(57%, rgba(0,0,0,0)), color-stop(71%, rgba(0,0,0,0)), color-stop(90%, rgba(0,0,0,0.84)), color-stop(100%, rgba(0,0,0,0.84))), url(images/loading.gif);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 57%, rgba(0,0,0,0) 71%, rgba(0,0,0,0.84) 90%, rgba(0,0,0,0.84) 100%), url(images/loading.gif);
background: -o-linear-gradient(top, rgba(0,0,0,0) 57%, rgba(0,0,0,0) 71%, rgba(0,0,0,0.84) 90%, rgba(0,0,0,0.84) 100%), url(images/loading.gif);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 57%, rgba(0,0,0,0) 71%, rgba(0,0,0,0.84) 90%, rgba(0,0,0,0.84) 100%), url(images/loading.gif);
background: linear-gradient(to bottom, rgba(0,0,0,0) 57%, rgba(0,0,0,0) 71%, rgba(0,0,0,0.84) 90%, rgba(0,0,0,0.84) 100%), url(images/loading.gif);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ), url(images/loading.gif);
}

.photo-cell{
	width:29%;
	max-width:250px;
	
	background-color:black;
	background-repeat:no-repeat; 
	background-size:contain;
	background-position: center; 
	
	border-style:outset;
	border-radius:0.3em;
	margin:1%;
	
	text-align:center;
	color:white;
	
	display: inline-block;
}

.photo-cell:before{
	display:block;
	padding-top:75%;
	content:"";
}

.photo-cell-title{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+85,000000+99&0+60,0.65+78 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.65) 78%, rgba(0,0,0,0.65) 85%, rgba(0,0,0,0.65) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0)), color-stop(78%,rgba(0,0,0,0.65)), color-stop(85%,rgba(0,0,0,0.65)), color-stop(99%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 78%,rgba(0,0,0,0.65) 85%,rgba(0,0,0,0.65) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 78%,rgba(0,0,0,0.65) 85%,rgba(0,0,0,0.65) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 78%,rgba(0,0,0,0.65) 85%,rgba(0,0,0,0.65) 99%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 78%,rgba(0,0,0,0.65) 85%,rgba(0,0,0,0.65) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.photos-container{
	width: auto;
    height: 200pt;
    overflow-y: scroll;
	}
	
.delete-button{
   float:right;
   background-color: white;
   color: black;
   border-style:outset;
   border-radius:0.2em;
   border-width:thin;
}
