.lightbox_mobile {
	background-color: #fff;
  color: #000;
	font-size: 12px;
  line-height: 1.3;
  text-align:left;
	margin: 3.3em 1em 3em 1em;
	padding: 0.5em 1em 1em 1em;
}
.lightbox_mobile h3 {
  color: #0071BC;
}
.lightbox_mobile h4 {
  color: #0071BC;
}
.lightbox_mobile a, a:visited {
  color: #0071BC;
}
.lightbox_mobile a:hover {
  color: #0ED200;
}
.lightbox {
  padding: 1em;
	background-color: #fff;
  color: #000;
	font-size: 12px;
  line-height: 1.3;
}
.lightbox h3 {
  color: #0071BC;
}
.lightbox h4 {
  color: #0071BC;
}
.lightbox a, a:visited {
  color: #0071BC;
}
.lightbox a:hover {
  color: #0ED200;
}
.piro_html {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	display: block;
	padding: 0;

	padding: 0;
}
.piro_html table, .piro_html tbody, .piro_html tr, .piro_html th, .piro_html td {
	margin: 0;
	padding: 0;
	border: none;
}
.piro_html img {
	margin: 0;
	padding: 0;
	border: none;
}
.piro_html .h_t_l {
	width: 10px;
	height: 10px;
	background: url(caption.png);
}
.piro_html .h_t_r {
	width: 10px;
	height: 10px;
	background: url(caption.png);
}
.piro_html .h_t_c {
	cursor: move;
	height: 10px;
	background: url(caption.png);
}
.piro_html .h_c_l {
	width: 10px;
	background: url(caption.png);
}
.piro_html .h_c_c {
	background: url(caption.png);
	margin: 0;
	padding: 0;
}
.piro_html .h_c_c .div_reg {
	background: url(caption.png);
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.piro_html .h_c_c .div_reg img {
	cursor: move;
}
.piro_html .h_c_r {
	width: 10px;
	background: url(caption.png);
}
.piro_html .h_b_c {
	cursor: move;
	height: 10px;
	background: url(caption.png);
}
.piro_html .h_b_l {
	width: 10px;
	height: 10px;
	background: url(caption.png);
}
.piro_html .h_b_r {
	width: 10px;
	height: 10px;
	background: url(caption.png);
}
.piro_overlay {
	position: fixed;
	top: 0;
	left: 0;

	background: #0071BC;
	display: none;
	cursor: pointer;
}
.piro_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -59px 0 0 -59px;
	width: 118px;
	height: 118px;
	display: block;

	cursor: pointer;
}
.piro_loader span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -36px;
	margin-left: -36px;
	width: 72px;
	height: 72px;
	display: block;

	background: url(loadinfo.gif) center top no-repeat;
}
.piro_title {
	position: fixed;
	background: url(bg_title.png) bottom repeat-x;
	top: 0;
	left: 0;
	text-align: center;
	display: block;
	padding: 6px 0 10px 0;
	color: white;

	font-size: 18px;
	display: none;
}
.btn_info {
	position: absolute;
	bottom: -7px;
	right: -7px;
	width: 25px;
	height: 25px;
	margin: 0;
	display: block;
	padding: 0px;
	color: black;
	cursor: pointer;
	background: url(b_w/info.png) no-repeat;

}
.caption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin: 0;
	display: block;
	padding: 0px;
	color: black;
	cursor: text;
	background: url(caption.png);

}
.caption p {
	display: block;
	margin: 0;
	padding: 7px 5px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: white;

	color: white;
}
.nav_container {
	position: absolute;
 	display: block;
  top: 7px;
  right: -12px;
}
.piro_close {
	position: absolute;
	right: 20px;
	height: 20px;
	width: 20px;
	background:  url(cal_close.gif) no-repeat center center;
	cursor: pointer;
	margin: 0 0 0 0;
	z-index: 150022;
	display: none;
}
a.piro_next {
	position: absolute;
	width: 20px;
	right: 0px;
	height: 20px;
	text-indent: -999em;
	outline: none;
	display: block;
	margin: 0;
	background: url(next.png) center right no-repeat;
	border: none;
	cursor: pointer;

}
a:hover.piro_next {
	background: url(next.png) center right no-repeat;
}
.piro_next_fake {
	position: absolute;
	width: 20px;
	right: 0px;
	height: 20px;
	outline: none;
	text-indent: -999em;
	display: none;
	margin: 0;
	background: url(next.png) center right no-repeat;
	border: none;
	cursor: auto;

}
.piro_prev_fake {
	position: absolute;
	width: 20px;
	right: 40px;
	height: 20px;
	outline: none;
	text-indent: -999em;
	display: none;
	margin: 0;
	background: url(prev.png) center right no-repeat;
	border: none;
	cursor: auto;

}
a.piro_prev {
	position: absolute;
	width: 20px;
	right: 40px;
	height: 20px;
	text-indent: -999em;
	outline: none;
	display: block;
	margin: 0;
	background: url(prev.png) center left no-repeat;
	border: none;
	cursor: pointer;

}
a:hover.piro_prev {
	background: url(prev.png) center left no-repeat;
}
a.close_pirobox {
	color: #bb0f05;
}