﻿/* le background */
.min-gallery
{
	width: 1000px;
	height: 294px;
	position:relative;
	top:0px;
	left:0px;
	/*border: solid 1px black;
	background-color: Black;
	background: url(images_smart_gallery/bg.jpg);*/
	margin: auto;
}

/* la photo */
.min-gallery .preview
{
	width: 1000px;
	height: 290px;
	/*margin-top: 23px;*/
	/*margin-left: 23px;*/
	/*margin-right: 36px;*/
	/*position: relative;*/
	/*border: solid 5px white;*/
	/*overflow: hidden;
	background-color: White;*/
}

.min-gallery .preview img
{
	/*width: 723px;
	height: 324px;*/
	position: absolute;
}

/* le texte en bas */
.min-gallery .bottom
{
	width: 100%;
	height: 1px;
	color: Gray;
	font-family: "HelveticaNeueLT Std Thin", Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	font-weight:bold;
}

.min-gallery .bottom .long
{
	width: 100%;
	/*height: 100%;*/
}

.close
{
	text-align: center;
	color: white;
	font-family: "HelveticaNeueLT Std Thin", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	padding: 4px;
}

.min-gallery .bottom .short
{
	width: 100%;
	height: 100%;
}

/* positionnement texte */
.min-gallery .bottom .short .left
{
	padding-left: 0px;
	padding-top: 23px;
	width: 1000px;
	float: center;
}

.min-gallery .bottom .short .middle
{
	width: 118px;
	float: left;
}


/* positionnement décompte chiffres à droite */
.min-gallery .bottom .short .right
{
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 23px;
	padding-top: 0px;
	position:relative;
	top:-50px;
	right:80px
}
.min-gallery .bottom .short .middle > div
{
	float: left;
}

/* positionnement petits carrés */
.short-thumbnail-container
{
	width: 36px;
	padding-top: 23px;
	cursor: pointer;
}

/* positionnement flèche gauche */
.gallery-nav-left
{
	cursor: pointer;
	width: 100px;
	margin-left: 80px;
	margin-top: -58px;
	height: 18px;
	background-image: url(images_smart_gallery/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* positionnement flèche droite */
.gallery-nav-right
{
	cursor: pointer;
	width: 100px;
	margin-left: 820px;
	margin-top: -80px;
	height: 18px;
	background-image: url(images_smart_gallery/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* petits carrés */
/*.thumbnail-button
{
	width: 8px;
	height: 8px;
	margin: 2px;
	background-image: url(images_smart_gallery/box.jpg);
	float: left;
}*/

.active-image
{
	z-index: 100;
	display: block;
}

.inactive-image
{
}

.gallery-caption
{
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: Black;
	widht: 100%;
	z-index: 102;
	color: gray;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	padding: 8px;
}
/*Horizontal Orientation CSS*/

.thumbnails
{
	width: 420px; /*height: 28px;*/
	margin: auto;
	padding: 0;
	padding: 22px 0px 0px 0px;
	position: relative;
}

/* positionnement flèches quand ouvert */
.thumbnails-back, .thumbnails-forward
{
	float: left;
	width: 13px;
	height: 40px;
	position: relative;
	top: 6px;
	cursor: pointer;
}

/* flèches gauche quand ouvert */
.thumbnails-back
{
	background-image: url(images_smart_gallery/arrow-left.png);
	background-repeat: no-repeat;
	background-position: left;
}

/* flèches droite quand ouvert */
.thumbnails-forward
{
	background-image: url(images_smart_gallery/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right;
}

/* petite photos thumbnails */
.thumbnails-contents
{
	width: 390px;
	height: 48px;
	float: left;
	position: relative;
	overflow: hidden;
}
.thumbnails-contents > div
{
	position: absolute;
	width: 100%;
}
.thumbnails-contents > div > div
{
	float: left;
}

/* grosseur thumbnails */
.thumbnails-contents img
{
	width: 95px;
	height: 43px;
	margin-left: 19px;
	margin-right: 9px;
	border: solid 2px #f47529;
}
/*Horizontal Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
.clear-fix
{
	clear: both;
}
