.modal-dialog {
  position:absolute;
  top:50% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin:auto 10%;
  width:80%;
  height: 80%;
}
.modal-content {
  min-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0; 
}
.modal-body {
  position:absolute;
  padding:0;
  top:0; /* height of header */
  bottom:0;  /* height of footer */
  left:0;
  right:0;
  overflow-y:hidden;
}
.modal-footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}

button.close, button.close:hover{
	position:absolute;
	top:-10px;
	right:-10px;
	width:30px;
	height:30px;
	border:1px solid #fff;
	background-color: #000;
	color:#fff;
	opacity: 0.8;
	border-radius: 10px;
}
button.close:hover{
	border-color: yellow;
	color: yellow;
}

#carousel-example-generic{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.carousel-inner>.item>img {
	width:100%;
}

.carousel-inner {
	background-color:#000;
}

.seeBig{
	cursor: pointer;
-webkit-box-shadow: 1px 1px 1px 1px rgba(130,130,130,0.8);
-moz-box-shadow: 1px 1px 1px 1px rgba(130,130,130,0.8);
box-shadow: 1px 1px 1px 1px rgba(130,130,130,0.8);
}

.box-solid{
	margin-bottom:2em;
}
.box-footer{
	padding-top:1em;
	cursor:all-scroll;
}


.albumControllers {
	margin-top:1em;
}

.albumPhotos div {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
