﻿/* Picture Styles */
#picture{ position:relative; top:20px; width:437px; height:490px; margin:0px auto; background:#FFF url('../images/Map.png'); overflow:hidden; }

/* General More Button */		
.more{ position:absolute; background:url('../images/dim_white.png'); padding:1px; text-align:center; overflow:hidden; font-weight: 700; font-size: 12px; }
/* Item Specific More Button */
#Keelung{ top: 35px; left: 320px;}
#Taipei{ top: 45px; left: 264px; }
#NewTaipeiCity{ top: 76px; left: 294px; }
#Taoyuan{ top: 58px; left: 217px; }
#Hsinchu{ top: 84px; left: 200px; }
#HsinchuCounty{ top: 104px; left: 242px;}
#Miaoli{ top: 129px; left: 200px; }
#Taichung{ top: 165px; left: 181px; }
#Changhua{ top: 196px; left: 141px; }
#Nantou{ top: 209px; left: 216px; }
#Yunlin{ top: 232px; left: 116px; }
#Chiayi{ top: 254px; left: 142px; }
#ChiayiCounty{ top: 261px; left: 195px; }
#Tainan{ top: 296px; left: 136px; }
#Kaohsiung{ top: 353px; left: 130px; }
#Pingtung{ top: 352px; left: 184px; }
#Taitung{ top: 311px; left: 250px; }
#Hualien{ top: 199px; left: 289px; }
#Yilan{ top: 116px; left: 301px; }
#Penghu{ top: 185px; left: 50px; }
#Kinmen{ top: 91px; left: 69px; }
#Lienchiang{ top: 36px; left: 79px; }


/* General Info Box */
#infobox{ 
	position:absolute; 
	bottom:-200px; 
	left: 242px; 
	height:200px; 
	width:260px; 
	z-index:20; 
	margin:0 0 -100px -150px; 
	background:/*#f3f3f3*/#0fa1b8; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 
	border: 1px solid #bfbfbf; 
}
#infobox .Topic{ text-align: center; }
#infobox .Topic a{ color: #ffffff; }
#infobox .Topic a:hover{ color: #ff83c2; }

#infobox .IMG {		
	margin: 12px auto 5px auto;
	width: 205px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
}
#infobox .IMG table td {	
	width: 205px;	
	height: 125px;
	text-align: center;
	position: relative;
}
#infobox .IMG img {
	max-width: 205px;
	max-height: 100%;
	width: auto;
	height: auto;
}

/* Close button for info box */
span.close{position:absolute; right:5px; top:5px;}

/* The dimmed background when the info box is showing */	
#fade_bg{ position:absolute; z-index:15; width:100%; height:100%; background:url('../images/dim_white.png'); display:none;}