/* PICBOX */

#pbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: #000;
	cursor: pointer;
}

#pbCloseBtn {
	position: fixed;
	right: 0;
	top: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(http://file.kuonyuu.blog.shinobi.jp/closebutton.png) no-repeat top left;
}

.pbLoading {
	background: #000 url(http://file.kuonyuu.blog.shinobi.jp/loading2.gif) no-repeat center !important;
}

#pbImage, #pbBottomContainer {
	position: fixed;
	z-index: 9999;
	overflow: hidden;
}

#pbImage {
	border: none;
	background: #000 no-repeat;
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	box-shadow: 0 0 40px #000;
	cursor: move;
}

#pbArrows {
	display: block;
	width: 20%;
	margin: auto;
}

/* ie6 only */
#pbArrows a:link, #pbArrows a:visited {
	color: #FFF;
}
/*          */

#pbPrevLink, #pbNextLink {
	display: block;
	width: 49%;
	height: 40px;
	outline: none;
	padding: 2px 0;
	text-indent: -9000px;
}

#pbPrevLink {
	float: left;
	background: url(http://file.kuonyuu.blog.shinobi.jp/prevarrow.png) no-repeat 0 15%;
}

#pbNextLink {
	float: right;
	background: url(http://file.kuonyuu.blog.shinobi.jp/nextarrow.png) no-repeat 100% 15%;
}

#pbBottomContainer {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #EEE;
	line-height: 1.4em;
	width: 100%;
	bottom: 0;
	left: 0;
}

#pbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://file.kuonyuu.blog.shinobi.jp/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#pbCaption {
	font-size: 12px;
	font-weight: bold;
}

/* END PICBOX */