#storyBox{
	background: #fff200;
	border: 2px solid #222;
	font-family: Georgia, serif;
	color: #222;
	max-width: 400px;
	min-width: 200px;
	margin:0;
	padding:0;
	position:absolute;
	overflow:hidden;
}
#storyTitle{
	font: italic bold 14px Georgia, serif;
	height: 22px;
	border-bottom: 2px solid #222;
}
#storyTitle p{
	margin: 2px 6px;
	float:left;	
}
#storyClose {
	background: url('../images/personal/close.gif');
	width:24px;
	height:22px;
	float:right;
	cursor:pointer;
}
#storyBox ul{
	padding:0;
	margin:0;
	text-align:left;
}
#storyBox li{
	height: 20px;
	padding: 6px;
	list-style: none;
	font-size: 16px;
	cursor:pointer;
	border-bottom: 1px solid #222;
	background-color: #fff200;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff200), to(#a19900)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fff200, #a19900); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #fff200, #a19900); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fff200, #a19900); /* IE10 */
	background-image:      -o-linear-gradient(top, #fff200, #a19900); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fff200, #a19900);
}
#storyBox p{
	white-space:nowrap;
}
#storyBox li:hover{
	color:#404040;
	text-decoration:underline;
}
#storyBox li:last-child{
	border-bottom: none;
}
#storyBox .heading{
	margin-top:2px;
	font: italic normal 13px Georgia, serif;
}
.flash {
	position:relative;
}

ul.airport li{
background: url(../images/arrow.png) no-repeat;
background-position: center left;
padding-left: 10px;
}
