@CHARSET "UTF-8";

.navbar {
	margin-bottom: 0;
}

#galleryBreak {
	background-image: url('../img/camera.jpg');
	background-position: center center;
	background-attachment: fixed;
	min-height: 250px;
	width: 100%;
}

.gallery-panel {
	margin-top: 50px;
}

.modal-gallery {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modal-gallery > div {
	position: relative;
	margin: 10px;;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
	overflow: hidden;
	height: 550px;	
}

.button {
	position: absolute;
	width: 55px;
	height: 55px;
	
}

.modal-gallery #close:HOVER,
.modal-gallery #close:FOCUS {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #CD3333, #CD3333) repeat scroll 0 0;
}

.thumbnail {
	cursor: pointer;
}

.gallery-caption {
	background-color: #000;
	color: #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

