div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #95BF13;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/images/common/nyro_modal/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #95BF13;
}
a#closeBut {
	position: absolute;
	top: -23px;
	right: -23px;
	width: 27px;
	height: 27px;
	text-indent: -9999em;
	background: url(/images/common/nyro_modal/btn_close.png) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-family: arial;
    font-size: 13px;
    font-weight: bold;
	color: #29363F;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(/images/common/nyro_modal/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(/images/common/nyro_modal/next.gif) right 20% no-repeat;
}

/* ///////////////////////////////////////////////////////
                  QuickTraductor
///////////////////////////////////////////////////////*/

.QTinfobulle {
		position: absolute;	
		visibility : hidden;
		border: 1px solid Black;
		padding: 10px;
		font-family: Verdana, Arial;
		font-size: 10px;
		background-color: #FFFFCC;
		z-index:9999;
}
.QTleft {
	border-top : 1px solid black;
	border-left : 1px solid black;
	border-bottom : 1px solid black;
	padding : 5px;
	background-color : #FFFACD;
	vertical-align:top;
}
.QTmiddle {
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	padding : 5px;
	background-color : #FFFACD;
	font-family : verdana;
	font-size : 10px;
}
.QTright {
	border-top : 1px solid black;
	border-right : 1px solid black;
	border-bottom : 1px solid black;
	padding : 2px;
	background-color : #FFFACD;
	vertical-align:top;
}
.QTcontent {
	border:0;
	visibility: visible;
	width: 250px;
	border-spacing:0;
	border-collapse:collapse;
	position: absolute;	
}
.QTINPUTADV {
	border-right: #333 1px solid;
    border-top: #333 1px solid;
    border-left: #333 1px solid;
    border-bottom: #333 1px solid;
    background-color: #fff;	
	font-size: 10px;
    color: #000;
    font-family: verdana,arial;
	}
    
    
    
    
 /*************************************************************/
#downloads{
 display:block;
 padding:0;

 font-family: arial;
 font-size: 13px;
 align:center;
 color:#344049;
}


.photo_div div.photo_div_footer{
 width:500px;
 height:22px;
 background:transparent url(/images/themes/bg_footer_items_iso.gif) repeat-y;
 padding:7px 0;
 margin:0;
}
.photo_div div.photo_div_footer  a{
 font-family: arial;
 font-size: 13px;
 color:#FFF;
 display:block;
 height:22px;
 line-height:20px;
 margin:0;
 padding:0;
}
.photo_div div.photo_div_footer .btn_validate
{
 display:block;
 float:left;
 height:22px;
 width:250px;
 border-right:1px solid #FFF;
 padding-right:10px;
}
.photo_div div.photo_div_footer .btn_validate a{
 padding-right:30px;
 text-align:right;
 background:transparent url(/images/themes/btn_valider.png) no-repeat  right;
}
.photo_div div.photo_div_footer .btn_cancel
{
 display:block;
 float:left;
 height:22px;
 border-left:1px solid #8a9096;
 padding-left:12px;
}
.photo_div div.photo_div_footer .btn_cancel a{
 padding-right:30px;
 text-align:left;
 background:transparent url(/images/themes/btn_cancel.png) no-repeat  right;
}