/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

/* AJOUT ******************************************************************/

div.pictureHolder { background: #fff }
	
* html div.pictureHolder .top,
* html div.pictureHolder .bottom
	{ padding: 0 12px; }
/*
div.pictureHolder .top .middle,
div.pictureHolder .bottom .middle
	{ left: 12px; right: 12px; }
*/
div.pictureHolder .content a.next,
div.pictureHolder .content a.previous,
div.pictureHolder .content a.expand,
div.pictureHolder .content a.contract,
div.pictureHolder .content a.close,
div.pictureHolder .content .details .nav a.arrow_previous,
div.pictureHolder .content .details .nav a.arrow_next,
div.pictureHolder .content .details a.info
	{ outline : none; }

	
div.pictureHolder .content .details .description {
	overflow: auto;
}

div.pictureHolder .content .details .head {
	/*z-index: 20000;*/
	position: absolute;
	right: 15px;
	overflow: hidden;
	height: 20px;
	/*padding-bottom: 1px;*/
}

div.pictureHolder .content .details .head .command {
	float: right;
	background: #fff;
	height: 20px;
}

div.pictureHolder .content .details .title {
	/*margin-bottom: 8px;*/
	font-family: sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #444;
	/*padding-top: 3px;*/
	line-height: 1.3em;
	height: 20px;
	overflow: hidden;
}

div.pictureHolder .content .details .mask_title {
	float: right;
	width: 40px;
	height: 20px;
	background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/mask_title.png) no-repeat;
	/*background: #fc9;*/
	cursor: help;
}

/* Bouttons **************************************************************************************/

/* Nav */

div.pictureHolder .content .details .nav { float: right; margin-top: 2px; margin-right: 6px; margin-left: 5px; }
div.pictureHolder .content .details .nav a.arrow_previous { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_prev.gif) no-repeat; }
div.pictureHolder .content .details .nav a.arrow_previous:hover { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_prev_over.gif) no-repeat; }
div.pictureHolder .content .details .nav a.arrow_previous.disabled { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_prev_disabled.gif) no-repeat; cursor: default; }
div.pictureHolder .content .details .nav a.arrow_next { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_next.gif) no-repeat; }
div.pictureHolder .content .details .nav a.arrow_next:hover { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_next_over.gif) no-repeat; }
div.pictureHolder .content .details .nav a.arrow_next.disabled { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_next_disabled.gif) no-repeat; cursor: default; }
div.pictureHolder .content .details .nav p { float: left; margin: 2px 3px; font-weight: bold; color: #888; font-size: 12px; }
div.pictureHolder .content .details .nav:hover p { color: #444; }

div.pictureHolder .content .details .nav a.arrow_previous,
div.pictureHolder .content .details .nav a.arrow_next
	{ float: left; display: block; width: 7px; height: 13px; text-indent: -10000px; margin-top: 2px; }

/* Agrandir / Réduire */

div.pictureHolder .content a.expand , div.pictureHolder .content a.contract  { display: none; margin-left: 4px; }
div.pictureHolder .content a.expand { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_expand.gif) no-repeat; }
div.pictureHolder .content a.expand:hover { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_expand_over.gif) no-repeat; }
div.pictureHolder .content a.contract { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_contract.gif) no-repeat; }
div.pictureHolder .content a.contract:hover { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_contract_over.gif) no-repeat; }

/* Afficher / Masquer la description */

div.pictureHolder .content .details a.info { display: none; margin-left: 4px; }
div.pictureHolder .content .details a.info.show { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_info_show.gif) no-repeat; }
div.pictureHolder .content .details a.info.show:hover { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_info_show_over.gif) no-repeat; }
div.pictureHolder .content .details a.info.hide { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_info_hide.gif) no-repeat; }
div.pictureHolder .content .details a.info.hide:hover { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_info_hide_over.gif) no-repeat; }

/* Fermer */

div.pictureHolder .content a.close { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_close.gif) no-repeat; margin-left: 10px; }
div.pictureHolder .content a.close:hover { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btn_close_over.gif) no-repeat; }

/* Tous */

div.pictureHolder .content .details a.expand,
div.pictureHolder .content a.contract,
div.pictureHolder .content .details a.close,
div.pictureHolder .content .details a.info
	{ text-indent: -10000px; width: 18px; height: 18px; float: right; }	


/* TEST *******************************************************************/

div.pictureHolder img { vertical-align: top; }

/**************************************************************************/


	/*div.pictureHolder .top .left { background: url() top left no-repeat; }*/ /* Top left corner */
	/*div.pictureHolder .top .middle { background: #fff; }*/ /* Top pattern/color */
	/*div.pictureHolder .top .right { background: url() top left no-repeat; }*/ /* Top right corner */
	
	/*div.pictureHolder .bottom .left { background: url() top left no-repeat; }*/ /* Bottom left corner */
	/*div.pictureHolder .bottom .middle { background: #fff; }*/ /* Bottom pattern/color */
	/*div.pictureHolder .bottom .right { background: url() top left no-repeat; }*/ /* Bottom right corner */
	
	
	div.pictureHolder .content { background-color: #fff; } /* Content background */
	div.pictureHolder .content a.next:hover { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btnNext.gif) center right no-repeat; cursor: pointer; } /* Next button */
	div.pictureHolder .content a.previous:hover { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btnPrevious.gif) center left no-repeat; cursor: pointer; } /* Previous button */

	div.pictureHolder .loaderIcon { background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/loader.gif) center center no-repeat; } /* Loader icon */

	div.prettyPhotoTitle div.prettyPhotoTitleLeft { background: url() top left no-repeat; }
	div.prettyPhotoTitle div.prettyPhotoTitleRight { background: url() top left no-repeat; }
	div.prettyPhotoTitle div.prettyPhotoTitleContent { background: url() top left repeat-x; }

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pictureHolder {
		position: absolute; z-index: 10000;
		width: 100px;
	}
		
		div.pictureHolder .top {
			position: relative;
			/*height: 20px;*/
		}
			/** html div.pictureHolder .top { padding: 0 20px; }*/
		
			div.pictureHolder .top .left {
				position: absolute;
				left: 0;
				/*width: 20px;*/ /*height: 20px;*/
			}
			div.pictureHolder .top .middle {
				position: absolute;
				/*left: 20px; right: 20px;*/
				/*height: 20px;*/
			}
				* html div.pictureHolder .top .middle { position: static; }
			
			div.pictureHolder .top .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				/*width: 20px;*/ /*height: 20px;*/
			}
		
		div.pictureHolder .content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pictureHolder .content .details {
				display: none;
				margin: 10px 0 0 0;
			}
				/*div.pictureHolder .content .details .description { display: none; margin: 0; }*/
				

					
		
		div.pictureHolder .content div.hoverContainer {
			position: absolute; z-index: 10000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pictureHolder .content a.next {
			position: relative; z-index: 2000;
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
		}
			
		div.pictureHolder .content a.previous {
			cursor: pointer;
			display: block;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(plugins/auto/ens-kit/ens-inc/img/lightbox/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
			
		}
		
		div.pictureHolder .bottom {
			position: relative;
			/*height: 20px;*/
		}
			/** html div.pictureHolder .bottom { padding: 0 20px; }*/
			
			div.pictureHolder .bottom .left {
				position: absolute;
				left: 0;
				/*width: 20px; height: 20px;*/
			}
			div.pictureHolder .bottom .middle {
				position: absolute;
				/*left: 20px; right: 20px;*/
				/*height: 20px;*/
			}
				* html div.pictureHolder .bottom .middle { position: static; }
				
			div.pictureHolder .bottom .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				/*width: 20px; height: 20px;*/
			}
		
		div.pictureHolder .loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}
		
		div.pictureHolder #fullResImageContainer { width: 100%; text-align: center; }
	
		div.prettyPhotoTitle {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 9999;
			color: #fff; font-size: 13px;
		}
		
			div.prettyPhotoTitle div.prettyPhotoTitleLeft,
			div.prettyPhotoTitle div.prettyPhotoTitleRight { float: left; width: 19px; height: 23px; overflow: hidden; }
			
			div.prettyPhotoTitle div.prettyPhotoTitleContent { float: left; line-height: 23px; }