.text div{
	position:relative;
	display:block;
	margin-bottom:200px;
	color:white;
}
.text a:hover{
	text-decoration:none;
	color:white;
}

.text a.back img{
	position:absolute;
	bottom:0;
	left:0;
	z-index:20;
	width:90px;
	height:30px;
}
.text a.back img:active{
	display:none;
}

.text a.click img{
	position:absolute;
	top:0;
	left:0;
	_left:-10px;
	z-index:10;
	background:url("images/btn_click.png") center bottom no-repeat;
	_background:url("images/btn_click.gif") center bottom no-repeat;
}
.text a.click img:active{
	background:none;
}

.text .end{
	position:absolute;
	top:0;
	left:0;
	_left:-10px;
	z-index:10;
}
.text .end img{
	width:690px;
	height:370px;
	background:url("images/btn_end.png") center bottom no-repeat;
	_background:url("images/btn_end.gif") center bottom no-repeat;
}


.jacket{
	float:left;
	margin:0 5px;
}
small{
	float:left;
	display:block;
	width:410px;
	font-size:0.9em;
	margin:5px 10px;
	font-weight:bold;
	text-shadow:#0000cc 0 0 4px;
}
hr{
	border:0;
	border-bottom:solid 1px #ccc;
	height:0;
	margin:0.6em 0;
}