.ar-dlgcover,
.ar-dlgcovermini
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.ar-dlgwindow,
.ar-dlgloading,
.ar-dlgloadingwindow,
.ar-loading
{
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	z-index: 9999;
	overflow: visible;
	text-align: center;
}
.ar-dlgloadingmini
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.ar-dlgtoolbar
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 1%;
	width: 100%;
	height: 30px;
	line-height: 30px;
	z-index: 9999;
}
.ar-dlgtoolbar h3
{
	display: block;
	float: left;
	line-height: 30px;
}
.ar-dlgtoolbar a
{
	float: right;
}
.ar-dlgcontents
{
	position: absolute;
	top: 30px;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	overflow: auto;
}
.ar-menucontents
{
	padding: 0;
	max-width: 300px;
}
.ar-menucontents li
{
	padding: 0 10px;
	line-height: 20px;
}
.ar-dlgiframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ar-msgcontent p
{
	padding: 10px;
	line-height: 14px;
}

/* -----------------------------------------------------------------------------
/* Diaporama
/* -------------------------------------------------------------------------- */
#diaporamacover
{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
}
#diaporamawindow
{
  position: absolute;
  top: 10%;
  left: 50%;
  width: 500px;
  height: 500px;
  z-index: 19999;
  text-align: center;
  margin: 0 0 0 -250px;
}
#diaporamawindow div
{
  width: 100%;
  text-align: center;
}
#diaporamawindow div.diapoimg,
#diaporamawindow p.img
{
	width: 500px;
	height: 460px;
}
#diaporamawindow div.diapoimg img
{
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100%;
  margin: 0 auto;
}
#diaporamawindow p.close
{
  height: 20px;
}
#diaporamawindow .diaponav
{
  margin: 0 auto;
  width: 500px;
}
#diaporamawindow .diaponav li
{
  float: left;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
#diaporamawindow .diaponav li.position
{
  margin: 0 20px;
  width: 460px;
  font-weight: bold;
}
#diaporamawindow .diaponav li.prev
{
  position: absolute;
  top: 225px;
  left: 0;
  width: 20px;
}
#diaporamawindow .diaponav li.next
{
  position: absolute;
  top: 225px;
  right: 0;
  width: 20px;
}
#diaporamawindow .diaponav li a.prev
{
  display: block;
  width: 20px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background: url(buttons/arrowbig_left.png) 0 0 no-repeat;
}
#diaporamawindow .diaponav li a.next
{
  display: block;
  width: 20px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background: url(buttons/arrowbig_right.png) 0 0 no-repeat;
}
#diaporamawindow .diaponav li a.prev:hover,
#diaporamawindow .diaponav li a.next:hover
{
  background-position: 0 -40px;
}
#diaporamawindow a.close
{
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(buttons/close.png) 0 0 no-repeat;
}
#diaporamawindow a.close:hover
{
	background-position: 0 -20px;
}

/* v. 2 */
#diaporamawindow .slide 
{
	position: relative;
}
#diaporamawindow .slide .images 
{
	position: relative;
	width: 500px;
	height: 460px;
	z-index: 1;
}
#diaporamawindow .slide .images li,
#diaporamawindow .slide .images .image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#diaporamawindow .slide .images .image img
{
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100%;
  margin: 0 auto;
}
#diaporamawindow .slide .images .info
{
  display: none;
}
#diaporamawindow .slide .imagenav
{
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	z-index: 2;
}
#diaporamawindow .slide .imagenav .previous
{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
}
#diaporamawindow .slide .imagenav .next
{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
}
#diaporamawindow .slide .imagenav .previous a
{
  display: block;
  width: 20px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background: url(buttons/arrowbig_left.png) 0 0 no-repeat;
}
#diaporamawindow .slide .imagenav .next a
{
  display: block;
  width: 20px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background: url(buttons/arrowbig_right.png) 0 0 no-repeat;
}
#diaporamawindow .slide .imagenav .previous a:hover,
#diaporamawindow .slide .imagenav .next a:hover
{
  background-position: 0 -40px;
}
#diaporamawindow .slide .imagenav .count
{
	position: absolute;
	top: 260px;
	left: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#diaporamawindow .slide .imagenav .playpause
{
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 460px;
	margin: -200px 5% 0;
	text-align: left;
}
#diaporamawindow .slide .imagenav .play,
#diaporamawindow .slide .imagenav .pause
{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	-moz-opacity : 0.7;
	opacity : 0.7;
	filter: alpha(opacity=70);
}
#diaporamawindow .slide .imagenav .play:hover
{
	background: url(buttons/diaporama_play.png) 50% 50% no-repeat;
}
#diaporamawindow .slide .imagenav .pause:hover
{
	background: url(buttons/diaporama_pause.png) 50% 50% no-repeat;
}
/* -----------------------------------------------------------------------------
/* Flipbook
/* -------------------------------------------------------------------------- */
#flipbookcover
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 555;
	background: #000;
	-moz-opacity : 0.7;
	opacity : 0.7;
	filter: alpha(opacity=70);
}
#flipbookwrap
{
	position: fixed;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	z-index: 777;
	/*border: 2px solid #333;*/
	background: #000;
	text-align: center;
}
#flipbookwrap .figure,
#flipbookwrap .infos
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(iefix.gif)\9;
	display: block;
}
#flipbookwrap .figure img
{
	width: auto;
	height: 100%;
	/*max-width: 100%;
	max-height: 100%;*/
	margin: 0 auto;
}
#flipbookwrap .infos .fieldlist
{
	display: none;
}
#flipbookwrap .infos .btnDoclist
{
	display: block;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 140px;
	margin: 0 0 0 -70px;
	padding: 10px 0 0;
	background: #eee;
	border: 1px solid #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#flipbookwrap .infos:hover .btnDoclist
{
	visibility: visible;
}
#flipbookclose
{
	position: absolute;
	top: 0;
	right: 0;
	background: url(buttons/close.png) 0 0 no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	margin: -20px -20px 0 0;
}
#flipbookclose:hover
{
	background-position: 0 -20px;
}
#flipbookpagenum
{
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #cdcdcd;
	background: #000;
}
