	/*<div id="map_info_panel" class="info_popup">
		<p id="info_popup_title" class="title">title</p>
		<div id="info_popup_content">content</div>
		<div id="info_popup_nav">
			nav
		</div>
	</div>*/

/*
width: 274 - padding
height: 362 - padding
*/
.info_popup{
	display: block;
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 258px;
	height: 346px;
	padding: 8px;
	background: #eeeeee;
}

.story-body .info_popup p,
.story-wide .info_popup p{
	margin: 0;
	padding: 0;
}

.tweet-name{
	font-size: 13pt;
	font-weight: bold;
	display: block;
	height: 16px;
	margin: 0;
	padding: 0;
}
.tweet-time{
	font-size: 12pt;
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}

#info_popup_content{
	padding: 0;
	margin: 0;
	margin-top: 4px;
	height: 258px;
	width: 258px;
}

#info_popup_content img{
	margin: 0;
	padding: 0;
	height: 258px;
	width: 258px;
}

#info_popup_content .tweet-text {
	font-size: 23px;
	line-height: 23px;
	font-weight: bold;
	margin-top: 32px;
}

#info_popup_nav{
	position: absolute;
	bottom: 8px;
	width: 258px;
	height: 40px;
}
.info_btn{
	display: block;
	background: #333333;
	width: 40px;
	height: 40px;
	color: white;
	font-size: 24px;
	line-height:24px;
	cursor: pointer;
	text-indent: -5000px;
}

#info_next_btn{
	position: absolute;
	top: 0px;
	right:0px;
	background: url('/news/special/2013/newsspec_5203/img/icons/buttons.gif') -55px -5px no-repeat;
}
#info_next_btn:hover{
	background: url('/news/special/2013/newsspec_5203/img/icons/buttons.gif') -155px -5px no-repeat;
}
#info_prev_btn{
	position: absolute;
	top: 0px;
	left:0px;
	background: url('/news/special/2013/newsspec_5203/img/icons/buttons.gif') -5px -5px no-repeat;
}
#info_prev_btn:hover{
	background: url('/news/special/2013/newsspec_5203/img/icons/buttons.gif') -105px -5px no-repeat;
}
.story-body p.tweet-counter ,
.story-wide p.tweet-counter {
	padding:0;
	margin:0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding-top: 12px;
}