@charset "utf-8";
/* CSS Document */

/* ---	lightbox --- */
#lightbox_container {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: url(/img/gfx/333_alpha80.png);
	cursor: pointer;
}
#lightbox_bkgd {
	position: fixed;
	top: 110px;
	left: 50%;
	z-index: 905;
	width: 570px;
	height: 495px;
	margin: 0px 0px 0px -285px;
	background: #000;
	border: solid 1px #999;
}
#ifr_lightbox {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 910;
	width: 570px;
	height: 495px;
}

.close_r {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 999;
}
	.close_r a {
		padding-left: 11px;
		background: #000 url(/img/btn/close_x.gif) left no-repeat;
		text-transform: uppercase;
	}


