div#nyroModalFull {
	font-size: 12px;
	color: #777;
}

div#nyroModalLoading {
	border: 0 none;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/sponsor/nakajima/common/images/ajaxloader.gif) no-repeat;
	background-position: center;
	padding: 50px 0 0 0;
}
div#nyroModalLoading.error {
	border: 0 none;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	padding: 50px 0 0 0;
}
a#closeBut {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	width: 66px;
	height: 22px;
	text-indent: -9999em;
	background: url(/sponsor/nakajima/common/images/closelabel.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 14px 0 0;
	position: absolute;
	width: 85%;
	top: 0;
	left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: -9999em;
	left: 0;
	overflow: hidden;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 5% no-repeat;
	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: left 7% no-repeat;
	background-image: url(/sponsor/nakajima/common/images/prevlabel.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background: right 7% no-repeat;
	background-image: url(/sponsor/nakajima/common/images/nextlabel.gif);
}