#backgrounddiv {}

.input-file-button{
  padding: 3px 5px;
  background-color:#FF6600;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

#input-multiple-image{
	display: none;
}

#ctl {
    position: fixed;
    top: 0;
    left: 10px;
}

#file_list {
    position: fixed;
    top: 0;
    right: 10px;
    background-color: beige;
    opacity: 0.5;
}


#before {
    position: fixed;    
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 90%;
    opacity: 0.5;
}

#after {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 90%;
    opacity: 0.5;
}

#multiple-container {
    display: block;
}
.imagediv{
	margin:10px auto;
}
.image {
    display: block;
    width: 80%;
    margin-left: 10%;
}
