/* Image du Loader */
#simpleBox .imgLoader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
}
#simpleBox .hideImgLoader {
	display: none;
}

/* Chargement de l'image */
#simpleBox .originalImg_notLoaded {
	display: none;
}
#simpleBox .originalImg_LoadComplete {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 2px solid #fff;
	-moz-box-shadow: 1px 1px 17px #000;
	z-index: 100;
}

#simpleBox #bgBlack {
	background: url('../img/img-simpleBOX/bgblack.png');
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	cursor: not-allowed;
}

/* Bouton pour quitter l'image */
#simpleBox .closeIcon {
	z-index: 100;
	position: absolute;
	background: url(../img/img-simpleBOX/close.png) no-repeat;
	width: 32px;
	height: 32px;
	border: 0;
	cursor: pointer;
}

/* Bouton suivant */
#simpleBox .nextIcon {
	z-index: 100;
	position: absolute;
	background: url(../img/img-simpleBOX/next.png) no-repeat;
	width: 32px;
	height: 32px;
	border: 0;
	cursor: pointer;
}
/* Bouton précédent */
#simpleBox .prevIcon {
	z-index: 100;
	position: absolute;
	background: url(../img/img-simpleBOX/previous.png) no-repeat;
	width: 32px;
	height: 32px;
	border: 0;
	cursor: pointer;
}