@charset "utf-8";
/* CSS Document */
#col_right a {
	background-image: none;
}
#next_prev {
	position: absolute;
	width: 100px;
	top: 34px;
	z-index: 99;
	right: 0px;
	height: 37px;
}
#next_prev a {
	background-image: none;
	font-size: 18px;
	color: #CC3333;
}
#image_box {
	background-color: #CC6699;
	position: relative;
	width: auto;
	display: inline;
	height: auto;
}
#next a {
	position: absolute;
	left: 65px;
	background-image: url(../1mages/graphics/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	top: 0px;
	height: 30px;
}
#next a:hover {
	background-image: url(../1mages/graphics/next_over.gif);
}
#prev a {
	background-image: url(../1mages/graphics/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
	left: 0px;
	position: absolute;
}
#prev a:hover {
	background-image: url(../1mages/graphics/prev_over.gif);
}
#pic_info {
	position: absolute;
	width: 150px;
	right: 0px;
	top: 100px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FF00FF;
	padding-top: 15px;
}
#pic_info strong {
	font-size: 18px;
	text-align: left;
}

