#spot {
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 275px;
	position: relative;
	margin-top: 1px;
	padding: 10px;
}

#spot a {
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin-top: 1px;
	
	transition-property: opacity;
	transition-duration: 1s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-o-transition-property: opacity;
	-o-transition-duration: 1s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 1s;
	-ms-transition-property: opacity;
	-ms-transition-duration: 1s;
}

#spot ul li {
	margin-left: 20px;
	line-height: 20px;
}
#spot a:hover {
	opacity: 0.5;
}
