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

/** Content background **/
#content_background {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:255px;
	height:313px;
	background:white;
}


/** Text **/
#text_wrapper {
	display:none;
	position:absolute;
	top:16px;
	left:0px;
	overflow:hidden;
	padding:0px 10px;
	width:239px;
	height:281px;
	z-index:5;
}

#text_wrapper #text {
	position:absolute;
	width:215px;
	color:black;
	line-height:14px;
}

#text_wrapper #scroll_arrows {
	display:none;
	position:absolute;
	bottom:0px;
	right:12px;
	width:11px;
	height:34px;
}

#text_wrapper #scroll_arrows img {
	cursor:pointer;
}

#text_wrapper #scroll_arrows #arrow_up {
	margin-bottom:8px;
}
