@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:50px;
	width:980px;
	padding-bottom:50px;
	overflow:hidden;}
	
.wrapper{
	width:960px;
	padding:10px 10px 30px 0px;
	background-image:url(../images/bg_panel.png);
	background-position:left top;
	background-repeat:repeat;
	overflow:hidden;}

.article_left{
	float:left;
	width:590px;}

.title_page{
	width:100%;
	height:98px;
	background-image: url(../images/title_about.png);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.title_page h1{
	display:block;
	text-indent:-9999px;}
	
h2{
	display: block;
font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
font-size: 26px;
color: #333;
font-weight: 100;
padding: 20px 10px 20px 10px;
	}
	
.article_page{
	padding: 20px;
    /*border-bottom: 1px dotted #807D7D;*/
    line-height:1.5;}
	
.article_page p , .article_page div{
	display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
line-height: 24px;
text-indent: 14px;
letter-spacing: 1px;
margin-bottom: 10px;
	}
	
.article_lightbox{
	position: relative;
	width:590px;
	margin-top:20px;}
	
.social{
	width:100%;
	overflow:hidden;
	margin-top:30px;}

.facebook_icon{
	float:right;}

.googleplus_icon{
	float:right;
	margin-right:5px;}

.tripadvisor_icon{
	float:right;
	margin-right:5px;}
	
.article_right{
	position:relative;
	float:right;
	width:370px;
	/*height:450px;*/}
	

/* gallery */

ul {
	list-style: none outside none;
	padding-left: 0;
}
li.gallery {
	display: block;
	float: left;
	width: 128px;
	height: 85px; /*margin-bottom: 6px;
            margin-right: 6px;*/
}
li.gallery a {
	height: 85px;
	width: 128px;
}
li.gallery a img {
	max-width: 128px;
}

/*↓設定輪播Size*/
.theme-default #slider {
	margin: 0 auto 0 auto;
	width: 370px !important; /* Make sure your images are the same size */
	height: 555px !important; /* Make sure your images are the same size */
}
.nivo-caption p {
	padding: 0px;
	margin: 0;
}
/*↓隱藏控制項*/
.theme-default .nivo-controlNav {
	display: none;
	position: absolute;
	left: 50%;
	top: 420px;
	z-index: 999999;
	margin-left: -30px; /* Tweak this to center bullets */
}
/*↓更換左右箭頭圖示*/
/*.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 48px;
	background: url(../themes/default/arrows2.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}*/
/*.theme-default a.nivo-nextNav {
	background: url(../themes/default/arrows3.png) no-repeat;
}
.theme-default a.nivo-prevNav {
	background: url(../themes/default/arrows2.png) no-repeat;
}*/
