#bootstrap-gallery .modal-dialog {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#bootstrap-gallery .modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}

#bootstrap-gallery .modal-header {
	padding: 5px 10px;
	display: block;
}

#bootstrap-gallery .modal-body {
	padding: 0;
}

#bootstrap-gallery .modal-body img {
	width: 100%;
}

#bootstrap-gallery .modal-body  .carousel-control {
	background-image: none;
}

#bootstrap-gallery .modal-header  a.modal-button {
	float: right;
	font-size: 18px;
	line-height: 1;
	color: #CCCCCC;
	margin-left: 5px;
}

#bootstrap-gallery .modal-header  a.modal-button:hover {
	text-decoration: none;
	color: #808080;
}

#bootstrap-gallery .carousel-control-prev i, #bootstrap-gallery .carousel-control-next i {
	font-size: 2em;
}