#boitecj {
	position: absolute;
	z-index: 100;
}
#site{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
.ombre-over{
	
	width:100%;
	background-color:#000000;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
}
#boitecj-pardessus {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:#000000;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
	
}

#boitecj-title {
	position: absolute;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	left: 0;
	padding: 2px 6px;
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	z-index: -1;
}

#boitecj-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#boitecj-close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 100;
}

#boitecj-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 33%;
	height: 100%;
	cursor: pointer;
	z-index: 80;
}

#boitecj-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
	height: 100%;
	cursor: pointer;
	z-index: 80;
}

.ombre { position: absolute; z-index: -2; }

.ombre-nw {
	left: -20px;
	top: -20px;
	width: 20px;
	height: 20px;
	background: url('https://estore.daiglejackets.com/js/images/ombre-nw.png') no-repeat;
}

.ombre-n {
	left: 0;
	top: -20px;
	width: 100%;
	height: 20px;
	background: url('https://estore.daiglejackets.com/js/images/ombre-n.png') repeat-x;
}

.ombre-ne {
	right: -20px;
	top: -20px;
	width: 20px;
	height: 20px;
	background: url('https://estore.daiglejackets.com/js/images/ombre-ne.png') no-repeat;
}

.ombre-e {
	right: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: url('https://estore.daiglejackets.com/js/images/ombre-e.png') repeat-y;
}

.ombre-se {
	right: -20px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	background: url('https://estore.daiglejackets.com/js/images/ombre-se.png') no-repeat;
}

.ombre-s {
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: url('https://estore.daiglejackets.com/js/images/ombre-s.png') repeat-x;
}

.ombre-sw {
	left: -20px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	background: url('https://estore.daiglejackets.com/js/images/ombre-sw.png') no-repeat;
}

.ombre-w {
	left: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: url('https://estore.daiglejackets.com/js/images/ombre-w.png') repeat-y;
}