/* gallery content */
#galleryContent {
	margin: 0;
	padding: 0;
	text-align: center;
}
#galleryContent .gallery img {
	display: block;
	-moz-transition: all 0.025s ease;
	-webkit-transition: all 0.025s ease;
	-o-transition: all 0.025s ease;
	transition: all 0.025s ease;
	width: 100%;
}
#galleryContent .gallery li {
	display: inline-block;
	padding: 8px;
	-moz-transition: all 0.025s ease;
	-webkit-transition: all 0.025s ease;
	-o-transition: all 0.025s ease;
	transition: all 0.025s ease;
	-webkit-padding-start: 8px !important;
	-moz-padding-start: 8px !important;
	-ms-padding-start: 8px !important;
	-o-padding-start: 8px !important;
	vertical-align: middle;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 24px;
	margin-left: 8px;
}
#galleryContent .gallery li:hover {
	cursor: url(../img/magnify.cur), /* Modern - relative to the document */
			url(img/magnify.cur), /* IE - relative to the root */
			default;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 6px #2D2D2E;
}
#galleryContent .gallery li:hover img {
	display: block;
	cursor: pointer;
}
#glisse-close {
	display: none;
}
#glisse-controls {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #2d2f35;
	text-shadow: 0 -1px 0 #333333;
	-webkit-text-shadow: 0 -1px 0 #333333;
	-moz-text-shadow: 0 -1px 0 #333333;
	-ms-text-shadow: 0 -1px 0 #333333;
	-o-text-shadow: 0 -1px 0 #333333;
	background: #000000; /* Old browsers */
	background-image: -moz-linear-gradient(top, #4c4c4d 0%, #232323 49%, #000000 50%, #000000 50%, #000000 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4d), color-stop(49%, #232323), color-stop(50%, #000000), color-stop(50%, #000000), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #4c4c4d 0%, #232323 49%, #000000 50%, #000000 50%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #4c4c4d 0%, #232323 49%, #000000 50%, #000000 50%, #000000 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #4c4c4d 0%, #232323 49%, #000000 50%, #000000 50%, #000000 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #4c4c4d 0%, #232323 49%, #000000 50%, #000000 50%, #000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4d', endColorstr='#000000', GradientType=0 );
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
	z-index: 999999;
}
.glisse-next a, .glisse-prev a {
	position: absolute;
	display: block;
	left: 0;
	height: 39px;
	width: 39px;
	font-family: 'WebSymbolsRegular';
	line-height: 40px;
	color: white;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 black;
}
.glisse-next a:active, .glisse-prev a:active {
	text-shadow: 0 0 30px white, 0 0 10px white;
}
.glisse-prev a {
	border-right: 1px solid #2d2f35;
	-moz-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
	-o-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
}
.glisse-next a {
	left: auto;
	right: 0;
	border-left: 1px solid #2d2f35;
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
	-o-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
}
.glisse-legend {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	right: 40px;
	text-align: center;
	line-height: 40px;
}
/* Glisse: Hide elements by default */
#glisse-overlay, #glisse-close, #glisse-controls, #glisse-spinner {
	opacity: 0;
}
/* Glisse: Overlay */
#glisse-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.75);
	z-index: 999991;
}
#glisse-overlay.loading #glisse-spinner {
	opacity: 1;
} /* Display spinner */
/* Glisse: Overlay content */    
/* Glisse: Overlay content */
#glisse-overlay-content {
	position: fixed;
	top: 5%;
	right: 10%;
	bottom: 10%;
	left: 10%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 999992;
}
/* Hide images */
#glisse-overlay-content img {
	display: none;
}
/* Shake effect */
#glisse-overlay-content.shake {
	-webkit-animation: shake 600ms 1;
	-moz-animation: shake 600ms 1;
	-ms-animation: shake 600ms 1;
	-o-animation: shake 600ms 1;
	animation: shake 600ms 1;
}
/* Glisse: Close button */
#glisse-close {
	cursor: pointer;
}
/* Glisse: Spinner */
#glisse-spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	height: 80px;
	width: 80px;
	border-radius: 6px;
	background-color: rgba(0,0,0,.6);
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* Glisse: Controls bar */
/* Wrapper */
#glisse-controls {
}
/* Prev/Next button */
.glisse-next a, .glisse-prev a {
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	transition: all 100ms ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
#glisse-controls .ended a {
	opacity: .3;
	cursor: default;
} /* disabled effect */

/* Glisse: Keyframes */
@-webkit-keyframes shake {
 0%, 100% {
-webkit-transform: translateX(0);
}
 10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
}
 20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
}
}
 @-moz-keyframes shake {
 0%, 100% {
-moz-transform: translateX(0);
}
 10%, 30%, 50%, 70%, 90% {
-moz-transform: translateX(-10px);
}
 20%, 40%, 60%, 80% {
-moz-transform: translateX(10px);
}
}
 @-ms-keyframes shake {
 0%, 100% {
-ms-transform: translateX(0);
}
 10%, 30%, 50%, 70%, 90% {
-ms-transform: translateX(-10px);
}
 20%, 40%, 60%, 80% {
-ms-transform: translateX(10px);
}
}
 @-o-keyframes shake {
 0%, 100% {
-o-transform: translateX(0);
}
 10%, 30%, 50%, 70%, 90% {
-o-transform: translateX(-10px);
}
 20%, 40%, 60%, 80% {
-o-transform: translateX(10px);
}
}
 @keyframes shake {
 0%, 100% {
transform: translateX(0);
}
 10%, 30%, 50%, 70%, 90% {
transform: translateX(-10px);
}
 20%, 40%, 60%, 80% {
transform: translateX(10px);
}
}
