#visage-overlay {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 300000;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	text-decoration: none;
	background: none;
	word-spacing: normal;
	letter-spacing: normal;
	float: none;
	clear: none;
	display: block;
	background-color: #FFFFFF;
	cursor:pointer;
}

#visage {
	position: fixed;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
	z-index: 300010;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px solid white;
	outline: none;
	text-decoration: none;
	background: none;
	word-spacing: normal;
	letter-spacing: normal;
	float: none;
	clear: none;
	display: block;
	background-color: white;
	overflow: visible; /* So that elements around #visage element (moved outside with negative margins) are shown in all browsers */
}

#visage-container {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	background: transparent url("https://www.carreaux-granito.com/images2/fs.spinner.gif") no-repeat scroll center center;
	-moz-box-shadow: 0px 0px 10px 3px #cfcfcf;
	-webkit-box-shadow: 0px 0px 10px 3px #cfcfcf;
	-o-box-shadow: 0px 0px 10px 3px #cfcfcf;
	box-shadow: 0px 0px 10px 3px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=10);
}

#visage-image {
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
}

#visage-nav-prev, #visage-nav-next, #visage-close, #visage-count, #visage-title {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
	float: none;
	clear: none;
}

#visage-nav-prev {
	z-index: 300030;
	left: 0;
	top: 25%;
	height: 50%;
	width: 41px;
	margin: 0 0 0 -59px;
	padding: 0;
	background: transparent url("https://www.carreaux-granito.com/images2/arrow-new.png") no-repeat center left;
	cursor: pointer;
}

#visage-nav-next {
	z-index: 300030;
	left: 100%;
	top: 25%;
	height: 50%;
	width: 41px;
	margin: 0 0 0 18px;
	padding: 0;
	background: transparent url("https://www.carreaux-granito.com/images2/arrow-new.png") no-repeat center right;
	cursor: pointer;
}

#visage-nav-prev.visage-nav-disabled {
	background: none;
	cursor: default;
}

#visage-nav-next.visage-nav-disabled {
	background: none;
	cursor: default;
}

#visage-close {
	z-index: 300005;
	position:absolute;
	top:0;
	left: 100%;
	margin-left: 18px;
	padding: 11px;
	background: transparent url("https://www.carreaux-granito.com/images2/close-new.png") no-repeat scroll top right;
	cursor: pointer;
}

#visage-caption {
	z-index: 300060;
	position:absolute;
	width:100%;
	float:none;
	left: 0;
	top: 100%;
	padding: 0;
	margin:1rem 0 0 0;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: normal;
}

.visage-title {
	float:left;
	padding: 8px 6px;
	margin:0;
	background-color:#FFFFFF;
	-moz-box-shadow: 4px 4px 5px 0px #343434;
	-webkit-box-shadow: 4px 4px 5px 0px #343434;
	-o-box-shadow: 4px 4px 5px 0px #343434;
	box-shadow: 4px 4px 5px 0px #343434;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#343434, Direction=134, Strength=5);
}

.visage-count {
	float:right;
	padding: 8px 6px;
	margin:0;
	background-color:#FFFFFF;
	-moz-box-shadow: -4px 4px 5px 0px #343434;
	-webkit-box-shadow: 4px 4px 5px 0px #343434;
	-o-box-shadow: -4px 4px 5px 0px #343434;
	box-shadow: -4px 4px 5px 0px #343434;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#343434, Direction=134, Strength=5);
}

.visage-enabled {
}