/**
 * @author             Rémi Prévost <remi-at-exomel-dot-com>
 * @copyright          (C) 2007. All rights reserved.
 *
 * @license            http://creativecommons.org/licenses/by-nc/3.0/

*/

#ixbox_img {
	position: fixed;
	z-index: 101;
	cursor: pointer;
	margin: 0 auto;
}

#ixbox_title {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: url(/img/ixbox/bg-title.png);
	color: #fff;
	display: none;
	position: absolute;
	z-index: 102;
	margin: 0 auto;
	font-size: 10pt;
}

#ixbox_title p {
	margin: 0;
	padding: 0.5em;
}

#ixbox_minioverlay{
	background: #000 url(/img/ixbox/loading.gif) no-repeat 50% 50%;
	position: absolute;
}

#ixbox_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	height:100%;
	width:100%;
}

#ixbox_hideselect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	height:100%;
	width:100%;
}

#ixbox_fermer, #ixbox_suivant, #ixbox_precedent {
	position: absolute;
	display: block;
	z-index: 104;
	display: none;
}

#ixbox_fermer {
	display: none;
	width: 95px;
	height: 37px;
	padding-top: 13px;
	padding-right: 4px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	background: url(/img/ixbox/bg-fermer.png) no-repeat;
}

#ixbox_precedent {
	display: none;
	height: 51px;
	width: 51px;
	background: url(/img/ixbox/btn-precedent.png) no-repeat;
}

#ixbox_suivant {
	display: none;
	height: 51px;
	width: 51px;
	background: url(/img/ixbox/btn-suivant.png) no-repeat;
}

.ixbox_controls {
	font-family: Arial, Verdana, sans-serif;	
}

.ixbox_ombres {
	position: absolute;
}

#ixbox_fermer img, #ixbox_suivant img, #ixbox_precedent img	{ border: none; }
#ixbox_fermer, #ixbox_suivant, #ixbox_precedent 			{ outline: none; }


/* Pour Internet Explorer 6 */

.ie6 #ixbox_img    { padding: 2px; }
.ie6 #ixbox_title  { background: #000; }
.ie6 #ixbox_fermer { background: #000; height: 27px; width: 75px; border: 2px solid #fff; }
.ie6 #ixbox_precedent { background: url(/img/ixbox/btn-precedent-ie6.gif) no-repeat; }
.ie6 #ixbox_suivant { background: url(/img/ixbox/btn-suivant-ie6.gif) no-repeat; }


/* EOF */
