/*-------------------------------------------------------------------+
//| GALERIE PHOTOS BOXE                                              |
//+-----------------------------------------------------------------*/
#galerie_boxe
	{ 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 200px;
	max-height: 268px;
	margin: 0px auto 0px;
	z-index: 90;
	text-align: left;
	font-size: 10px;
	text-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
	}
* html #galerie_boxe
	{
	width: 200px
	}
#galerie_boxe .galerie_boxe_images ul
	{
	position: relative;
	width: 10000%; 
	height: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible;
	}
#galerie_boxe .galerie_boxe_images ul li
	{
	position: relative;
	width: 1%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	float: left;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	}
#galerie_boxe .galerie_boxe_images
	{
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	max-height: 268px;
	max-width: 200px;
	vertical-align: top;
	border: none;
	overflow: hidden;
	}
#galerie_boxe .galerie_boxe_images ul a
	{
	width: 100%;
	height: 100%;
	max-height: 268px;
	display: block;
	color: transparent;
	}
#galerie_boxe img
	{
	max-width: none !important;
	}
#galerie_boxe .galerie_boxe_images .galerie_boxe_list img, #galerie_boxe .galerie_boxe_images > div > img
	{
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0;
	margin: 0;
	}
#galerie_boxe .galerie_boxe_images > div > img
	{
	max-height: 268px;
	}
#galerie_boxe .galerie_boxe_images iframe
	{
	position: absolute;
	z-index: -1;
	}
/*-------------------------------------------------------------------+
//| BORDURE                                                          |
//+-----------------------------------------------------------------*/
#galerie_boxe .galerie_boxe_cover /* Bordure du diaporama */
	{
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 7px solid #000000;
	width: auto !important;
	height: auto !important;
	background: transparent !important;
	opacity: 0.2 !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	}
* html #galerie_boxe .galerie_boxe_cover
	{
	width: $FrameW$px;
	height: $FrameH$px;
	}