/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0%;
	margin-left: 0%;
	z-index: 2001;
	width: 100%;
	max-width: 100% !important;
	height: auto;
	background-color: #FAFBF5;
	text-align: center;
}
#jquery-lightbox {
	position: absolute;
	z-index: 2005;
	top: 0%;
	width: 100% !important;
	max-width: 240px !important;
	height: 100%;
	line-height: 0;
	border: none;
	background-color: #FAFBF5;
	margin-top: -4.6% !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: inline-block;
	left: 0%;
	right: 0%;
}
#lightbox-container-image-box {
	width: 100% !important;
	max-width: 240px !important;
	height: 100% !important;
	max-height: 100% !important;
	margin: 0 auto;
	display: table;
	position: relative;
	top: 0;
	vertical-align: middle;
	background-color: #FAFBF5;
}
#lightbox-container-image {
	top: 0%;
	text-align: center;
	vertical-align: middle;
	display: table;
	position: relative;
	width: 87%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	left: 0%;
}
.bg_l {
	width: 99%;
	height: auto;
	text-align: center;
	top: 0%;
	left: 0%;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	border: none;
	padding: 0%;
}
#lightbox-image {
	height: auto;
	max-height: 96%;
	text-align: center;
	top: 0%;
	left: 0%;
	width: auto;
	max-width: 96%;
	display: inline-block;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
	vertical-align: middle;
	margin: auto;
	cursor: pointer;
	position: absolute;
	right: 0%;
	bottom: 0%;
}
#jquery-lightbox a img {
	top: 0;
}
#lightbox-loading {
	top: 0%;
	width: 5.2% !important;
	text-align: center;
	line-height: 0;
	display: inline-block;
	margin-top: 20%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	opacity: 0.4;
	position: absolute;
	vertical-align: middle;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background-color: transparent;
}
#lightbox-loading img {
	width: 100% !important;
}
#lightbox-nav {
	width: 100%;
	height: 100% !important;
	max-height: 100% !important;
	top: 0%;
	padding-top: 0%;
	padding-right: 3%;
	padding-bottom: 0%;
	padding-left: 3%;
	text-align: center;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.6;
	margin-top: 3%;
	margin-right: auto;
	margin-left: auto;
	left: -3%;
	right: 0%;
}
#lightbox-nav a {
	height: 100% !important;
	max-height: 100% !important;
	outline: none;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	vertical-align: middle;
	display: inline-block;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext, #lightbox-nav-btnPrev:hover, #lightbox-nav-btnNext:hover, #lightbox-nav-btnPrev:visited, #lightbox-nav-btnNext:visited, #lightbox-nav-btnPrev:active, #lightbox-nav-btnNext:active {
	zoom: 1;
}
#lightbox-nav-btnPrev:hover, #lightbox-nav-btnNext:hover {
	opacity: 0.6;
}
#lightbox-nav-btnPrev {
	width: 49%;
	height: 100% !important;
	max-height: 100% !important;
	clear: none;
	float: left;
	left: -2%;
	top: 0%;
	bottom: 0%;
	margin-left: 0%;
	margin-top: auto;
	margin-bottom: auto;
	background-size: 4.6% auto !important;
	-moz-background-size: 4.6% auto !important;
	-webkit-background-size: 4.6% auto !important;
	background-position: 0% 48% !important;
	height: 100% !important;
	max-height: 100% !important;
}
#lightbox-nav-btnNext {
	width: 49%;
	height: 100% !important;
	max-height: 100% !important;
	clear: none;
	float: right;
	right: -2%;
	top: 0%;
	bottom: 0%;
	margin-right: 0%;
	margin-top: auto;
	margin-bottom: auto;
	background-size: 4.6% auto !important;
	-moz-background-size: 4.6% auto !important;
	-webkit-background-size: 4.6% auto !important;
	background-position: 100% 48% !important;
	height: 100% !important;
	max-height: 100% !important;
}
#lightbox-container-image-data-box {
	width: 82.6% !important;
	padding-top: 0%;
	padding-bottom: 1%;
	display: inline-block;
	top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#lightbox-container-image-data {
	position: relative;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	left: 0%;
	top: 0%;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 100%;
	float: left;
	clear: none;
	position: relative;
}	
#lightbox-image-details-caption {
	font-family: 'LeMondeLivreNormal';
	font-size: 6.5px;
	line-height: normal;
	color: #4C4C4B;
	display: inline-block;
	width: 100%;
	left: 0%;
	font-weight: normal;
	text-align: center;
	margin-top: 2%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0%;
	position: relative;
	top: 0%;
	cursor: default;
}	
	
#lightbox-image-details-caption a {
	color: #2E509E;
	margin-left: 0.3%;
	margin-right: 0.3%;
}	
#lightbox-image-details-caption a:hover {
	color: #E62E55;
}
#lightbox-image-details-currentNumber {
	font-family: 'LeMondeLivreNormal';
	color: #868686;
	font-size: 6px;
	line-height: normal;
	display: inline-block;
	clear: none;
	float: left;
	padding-bottom: 0%;
	margin-left: 0%;
	margin-top: 1%;
	width: 50%;
	top: 0%;
	left: -8%;
	text-align: left;
	position: relative;
	cursor: default;
}
#lightbox-secNav-btnClose {
	top: 0%;
	right: -10.3%;
	display: inline-block;
	float: right;
	clear: none;
	text-decoration: none;
	width: 12px;
	margin-top: -1.5%;
	position: relative;
	padding-top: 1%;
	padding-right: 1.7%;
	padding-bottom: 1%;
	padding-left: 1.7%;
}
#lightbox-secNav-btnClose img {
	top: 0%;
	right: 0%;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	position: relative;
	height: auto;
}
#lightbox-secNav-btnClose img:hover {
	opacity: 0.6;
}

/* Smartphones and iPhone (portrait and landscape)----------- */
@media only screen 
and (min-width: 320px) and (max-width: 349px) {
#jquery-lightbox {
	margin-top: -4.3% !important;
	max-width: 320px !important;
}
#lightbox-container-image-box {
	max-width: 320px !important;
}
#lightbox-loading {
	width: 5% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 4.4% auto !important;
	-moz-background-size: 4.4% auto !important;
	-webkit-background-size: 4.4% auto !important;
}
#lightbox-container-image-data-box {
	width: 82.6% !important;
}
#lightbox-image-details-caption {
	font-size: 8.2px;
}
#lightbox-image-details-currentNumber {
	font-size: 7.3px;
}
#lightbox-secNav-btnClose {
	width: 14px;
}
}

/* Smartphones and iPhone ----------- */
@media only screen
and (min-width: 350px) and (max-width: 389px) {
#jquery-lightbox {
	margin-top: -4.3% !important;
	max-width: 360px !important;
}
#lightbox-container-image-box {
	max-width: 360px !important;
}
#lightbox-loading {
	width: 5% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 4.2% auto !important;
	-moz-background-size: 4.2% auto !important;
	-webkit-background-size: 4.2% auto !important;
}
#lightbox-image-details-caption {
	font-size: 9px;
}
#lightbox-image-details-currentNumber {
	font-size: 7.8px;
}
#lightbox-secNav-btnClose {
	width: 15px;
}
}

/* Smartphones and iPhone(portrait and landscape) ----------- */
@media only screen
and (min-width: 390px) and (max-width: 469px) {
#jquery-lightbox {
	margin-top: -4.3% !important;
	max-width: 400px !important;
}
#lightbox-container-image-box {
	max-width: 400px !important;
}
#lightbox-loading {
	width: 4.9% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 3.7% auto !important;
	-moz-background-size: 3.7% auto !important;
	-webkit-background-size: 3.7% auto !important;
}
#lightbox-image-details-caption {
	font-size: 9.5px;
}
#lightbox-image-details-currentNumber {
	font-size: 8px;
}
#lightbox-secNav-btnClose {
	width: 15px;
	margin-top: -1.2%;
}
}

/* Smartphones and iPhone (portrait and landscape) ----------- */
@media only screen
and (min-width: 470px) and (max-width: 529px) {
#jquery-lightbox {
	margin-top: -4.3% !important;
	max-width: 480px !important;
}
#lightbox-container-image-box {
	max-width: 480px !important;
}
#lightbox-loading {
	width: 4.8% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 3.2% auto !important;
	-moz-background-size: 3.2% auto !important;
	-webkit-background-size: 3.2% auto !important;
}
#lightbox-image-details-caption {
	font-size: 10.5px;
}
#lightbox-image-details-currentNumber {
	font-size: 8.5px;
}
#lightbox-secNav-btnClose {
	width: 16px;
	margin-top: -1%;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 530px) and (max-width: 589px) {
#jquery-lightbox {
	margin-top: -4.3% !important;
	max-width: 540px !important;
}
#lightbox-container-image-box {
	max-width: 540px !important;
}
#lightbox-loading {
	width: 4.8% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 3% auto !important;
	-moz-background-size: 3% auto !important;
	-webkit-background-size: 3% auto !important;
}
#lightbox-image-details-caption {
	font-size: 11.5px;
}
#lightbox-image-details-currentNumber {
	font-size: 9px;
}
#lightbox-secNav-btnClose {
	width: 17px;
	margin-top: -1%;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width: 590px) and (max-width: 689px) {
#jquery-lightbox {
	margin-top: -4.2% !important;
	max-width: 640px !important;
}
#lightbox-container-image-box {
	max-width: 640px !important;
}
#lightbox-loading {
	width: 4.8% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 2.8% auto !important;
	-moz-background-size: 2.8% auto !important;
	-webkit-background-size: 2.8% auto !important;
}
#lightbox-image-details-caption {
	font-size: 12.5px;
}
#lightbox-image-details-currentNumber {
	font-size: 9.5px;
}
#lightbox-secNav-btnClose {
	width: 18px;
	margin-top: -0.8%;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 690px) and (max-width: 757px) {
#jquery-lightbox {
	margin-top: -4% !important;
	max-width: 720px !important;
}
#lightbox-container-image-box {
	max-width: 720px !important;
}
#lightbox-loading {
	width: 4.6% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 2.6% auto !important;
	-moz-background-size: 2.6% auto !important;
	-webkit-background-size: 2.6% auto !important;
}
#lightbox-image-details-caption {
	font-size: 14.5px;
}
#lightbox-image-details-currentNumber {
	font-size: 11.5px;
}
#lightbox-secNav-btnClose {
	width: 19px;
	margin-top: -0.7%;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 758px) and (max-width: 839px) {
#jquery-lightbox {
	margin-top: -4% !important;
	max-width: 800px !important;
}
#lightbox-container-image-box {
	max-width: 800px !important;
}
#lightbox-loading {
	width: 4.2% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 2.4% auto !important;
	-moz-background-size: 2.4% auto !important;
	-webkit-background-size: 2.4% auto !important;
}
#lightbox-image-details-caption {
	font-size: 15.5px;
}
#lightbox-image-details-currentNumber {
	font-size: 12.5px;
}
#lightbox-secNav-btnClose {
	width: 20px;
	margin-top: -0.7%;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 840px) and (max-width: 919px) {
#jquery-lightbox {
	margin-top: -4% !important;
	max-width: 854px !important;
}
#lightbox-container-image-box {
	max-width: 854px !important;
}
#lightbox-loading {
	width: 3.8% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 2.3% auto !important;
	-moz-background-size: 2.3% auto !important;
	-webkit-background-size: 2.3% auto !important;
}
#lightbox-image-details-caption {
	font-size: 16.5px;
}
#lightbox-image-details-currentNumber {
	font-size: 13.5px;
}
#lightbox-secNav-btnClose {
	width: 20px;
	margin-top: -0.4%;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 920px) and (max-width: 979px) {
#jquery-lightbox {
	margin-top: -4% !important;
	max-width: 960px !important;
}
#lightbox-container-image-box {
	max-width: 960px !important;
}
#lightbox-loading {
	width: 3.5% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 2% auto !important;
	-moz-background-size: 2% auto !important;
	-webkit-background-size: 2% auto !important;
}
#lightbox-image-details-caption {
	font-size: 17.5px;
}
#lightbox-image-details-currentNumber {
	font-size: 14.5px;
}
#lightbox-secNav-btnClose {
	width: 22px;
	margin-top: -0.4%;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width: 980px) and (max-width: 1399px) {
#jquery-lightbox {
	max-width: 1024px !important;
	margin-top: -4% !important;
}
#lightbox-container-image-box {
	max-width: 1024px !important;
}
#lightbox-loading {
	width: 3% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 1.8% auto !important;
	-moz-background-size: 1.8% auto !important;
	-webkit-background-size: 1.8% auto !important;
}
#lightbox-image-details-caption {
	font-size: 18.5px;
}
#lightbox-image-details-currentNumber {
	font-size: 15.5px;
}
#lightbox-secNav-btnClose {
	width: 23px;
	margin-top: -0.3%;
}
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1400px) {
#jquery-lightbox {
	margin-top: -3.5% !important;
	max-width: 1400px !important;
}
#lightbox-container-image-box {
	max-width: 1400px !important;
}
#lightbox-loading {
	width: 2.8% !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background-size: 1.6% auto !important;
	-moz-background-size: 1.6% auto !important;
	-webkit-background-size: 1.6% auto !important;
}
#lightbox-image-details-caption {
	font-size: 20px;
}
#lightbox-image-details-currentNumber {
	font-size: 17px;
	margin-top: 0%;
}
#lightbox-secNav-btnClose {
	width: 25px;
	margin-top: -1.3%;
}
}