@charset "UTF-8";

/**************************************************
 photo
**************************************************/

div#bg_flash{
	z-index: 1;
	position: fixed;
	top: 1%;
	left: 3%;
	width: 94%;
	height: 95%;
}



div#previous{
	width: 20px;
	height: 40px;
	background: url(/img/previous.png) no-repeat;
	z-index: 100;
	position: absolute;
	top: 40%;
	left: 5px;
}
div#previous a{
	width: 20px;
	height: 40px;
	display: block;
}
div#next{
	width: 20px;
	height: 40px;
	background: url(/img/next.png) no-repeat;
	z-index: 100;
	position: absolute;
	top: 40%;
	right: 5px;
}
div#next a{
	width: 20px;
	height: 40px;
	display: block;
}

div#previous span,
div#next span{
	display: none;
}



