/*======================== 作品集 ========================*/
.qitem {
	width: 195px;
	height: 195px;
	margin: 10px 18px 15px 0;
	background: url(../images/portfolio/bg.gif);
	/* required to hide the image after resized */
	overflow: hidden;
	/* for child absolute position */
	position: relative;
	/* display div in line */
	float: left;
	cursor: hand;
	cursor: pointer;
}
.qitem img {
	border: 0;
	/* allow javascript moves the img position*/
	position: absolute;
	z-index: 200;
}
.qitem .caption {
	position: absolute;
	z-index: 0;
	color: #fff;
	padding: 40px 20px;
	display: block;
}
.qitem .caption h4 {
	font-size: 12px;
	padding: 10px 5px 0 8px;
	margin: 0;
	color: #369ead;
}
.qitem .caption p {
	font-size: 16px;
	color: #fff;
	font-family: "微軟正黑體", "Microsoft JhengHei";
	padding: 3px 5px 0 8px;
	margin: 0;
}
/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position: absolute;
	background-repeat: no-repeat;
	float: left;
}
.topLeft {
	background-position: top left;
}
.topRight {
	background-position: top right;
}
.bottomLeft {
	background-position: bottom left;
}
.bottomRight {
	background-position: bottom right;
}
.clear {
	clear: both;
}


/*作品集*/

.portfolio_gb #pl_app_focus{
	clear:both;
	height:102px;
	margin-top:20px;
	width:816px;
	padding: 0 50px;
	position: relative;

}

.portfolio_gb #pl_app_focus .profile_list {
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #f97f13;
}
.portfolio_gb #pl_app_focus .top_slider_pic {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	width: 1020px;
	margin: 0 30px;
}
.portfolio_gb #pl_app_focus .top_slider {
	margin: 0 42px;
	width: 102x;
}
.portfolio_gb #pl_app_focus .ts_inner {
	/*margin-right: -3px;*/

}
.portfolio_gb #pl_app_focus .slider_list {
	height:102x;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 2358px;
	margin: 0 auto;
	z-index: 2;
}
.portfolio_gb .slider_item {
	float: left;
	width: 102px;
	margin: 0;
}

.portfolio_gb .slider_list a{
	display:block;
	width:102px;
	cursor: default;
	height:102px;}

.portfolio_gb .profile_list .slider_btn_left{
	clear: both;
	background: url(../images/butt-left_1.gif) no-repeat center center;
	display: block;
	height: 28px;
	opacity: 0.7;
	position: absolute;
	top:45px;
	width: 24px;
	left:8px;
	z-index: 5;
}
.portfolio_gb .top_slider .slider_btn_right{
	clear: both;
	background: url(../images/butt-right_1.gif) no-repeat center center;
	display: block;
	height: 28px;
	opacity: 0.7;
	position: absolute;
	top: 45px;
    right:10px;
    width: 24px;
	z-index: 5;
}
.portfolio_gb .boxgrid {
	margin: 0;
	width: 102px;
	height:102px;
	
}


.portfolio_gb .boxgrid h3 {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-family: "微軟正黑體", "Microsoft JhengHei";
	letter-spacing: -1px;
	font-weight: bold;
	position:absolute;
	line-height:16px;
	display:block;
	width:92px;
	font-weight:normal;
	height:72px;
	margin:0;
	text-indent:-9999px;
	padding:15px 5px;

}

.portfolio_gb .boxgrid h3:hover{
	background:#615F5F;
	color:#fff;
	text-indent:inherit;
	}


/*大圖置換*/

	#abgne-block-20110317 {
		width: 700px;	/* 圖片的寬 */
		height:530px;	/* 圖片的高 + 30 */
	}
	.abgne-player {
		width: 700px;	/* 圖片的寬 */
		height:500px;	/* 圖片的高 */
		position: relative;
		overflow: hidden;
	}
	.abgne-player ul.abgne-list {
		position: absolute;
		width: 9999px;
		height: 100%;
	}
	.abgne-player ul.abgne-list li {
		float: left;
		width: 700px;	/* 圖片的寬 */
		height: 100%;
	}
	.abgne-player ul.abgne-list li a{
		cursor: default;}
	
	.abgne-player ul.abgne-list img{
		width:auto;
		height: 100%;
		border: 0;
	}
	.abgne-control {
		height: 24px;
		padding: 3px;
		color: #fff;
		font-size: 12px;
		width:100%
	}
	.abgne-control ul {
		margin:0 auto;
		
	}
	.abgne-control ul li {
		float: left;
		padding: 0 5px;
		line-height: 20px;
		margin: 2px;
		background: #666;
		cursor: pointer;
	}

	.abgne-control ul li.current {
		background: #fff;
		color:#000;
	}
	.abgne-control ul li.hover {
		background: #fff;
		color:#000;
	}




/*======================== 同仁專區相簿 ========================*/

* {
	padding: 0px;
	margin: 0px;
}
a {
	color: #ccc;
	text-decoration: none;
}
.boxgrid h3 {
	margin: 30px 10px 0 10px;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	font-family: "微軟正黑體", "Microsoft JhengHei";
	letter-spacing: -1px;
	font-weight: bold;
}

/*第一層*/
.boxgrid {
	width: 180px;
	height: 110px;
	margin: 20px 5px;
	float: left;
	background: #f08200;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	font-family: "微軟正黑體", "Microsoft JhengHei";
}
.boxcaption {
	float: left;
	position: absolute;
	background: #f08200;
	height: 100px;
	width: 100%;
	opacity: .8; 				/* For IE 5-7 */
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}
.clear {
	clear: both;
}
/*同仁專區相簿左右輪播*/

.aactive .top_slider {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	width: 990px;
}
.aactive .top_slider .ts_inner {
	margin-right: -3px;
	position: relative;
	width: 990px;
}
.aactive .top_slider .slider_list {
	height: 450px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}
.aactive .top_slider .slider_item {
	float: left;
	width: 950px;
	margin: 0 15px;
}
.aactive .top_slider .slider_btn_left {
	background: url(../images/marker_left.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 28px;
	opacity: 0.7;
	position: absolute;
	top: 220px;
	width: 24px;
	z-index: 5;
}
.aactive .top_slider .slider_btn_right {
	background: url(../images/marker_right.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 28px;
	opacity: 0.7;
	position: absolute;
	top: 220px;
	width: 24px;
	z-index: 5;
}


/*===== 照片頁 =====*/

.aactive .top_slider_pic {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	width: 980px;
}
.aactive .top_slider_pic .ts_inner {
	margin-right: -3px;
	position: relative;
	width: 980px;
}
.aactive .top_slider_pic .slider_list {
	height: 450px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 2358px;
	margin: 0 auto;
	z-index: 2;
}
.aactive .top_slider_pic .slider_item {
	float: left;
	width: 900px;
    margin: 10px 40px;
}
.aactive .top_slider_pic .slider_btn_left {
	clear: both;
	background: url(../images/marker_left.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 28px;
	opacity: 0.7;
	position: absolute;
	top: 220px;
	width: 24px;
	z-index: 5;
	left: 5px;
}
.aactive .top_slider_pic .slider_btn_right {
	clear: both;
	background: url(../images/marker_right.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 28px;
	opacity: 0.7;
	position: absolute;
	top: 220px;
	right: 0;
	width: 24px;
	z-index: 5;
}
.aactive .top_slider_pic .boxgrid {
	margin: 0;
	background: #000000;
}
/*===== 相簿選單 =====*/
.box_nav {
	height: 22px;
	width: 980px;
	position: absolute;
	top: -22px;
}
.box_nav ol {
	padding: 0 10px 0 5px;
	position: relative;
	float: right;
	position: relative;
	margin: 0 auto;
}
.box_nav ol li {
	border-right: 1px solid #595656;
	float: left;
}
.box_nav ol li a {
	padding: 0 8px;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 5px;
	font-family: "微軟正黑體", "Microsoft JhengHei";
}
.box_nav ol li a:hover {
	background: url(../images/box_nav_bottom.gif) no-repeat center bottom;
}
.box_nav_left {
	display: block;
	width: 6px;
	position: absolute;
	left: 0;
	top: 3px;
	height: 10px;
	background: url(../images/box_nav_left.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.box_nav_right {
	display: block;
	float: right;
	top: 5px;
	position: absolute;
	right: 0;
	width: 6px;
	height: 10px;
	background: url(../images/box_nav_right.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*===== 相片大圖 =====*/

.aactive .works {
 =display: block;
	float: left;
	margin: 0 10px 0 30px;
}
.aactive .word {
	float: left;
	padding: 0px;
	width: 470px;
}
.aactive .word .word_paper {
	min-height: 390px;
}
.aactive .word h3 {
	padding: 0px 10px;
	color: #f08200;
	font-size: 18px;
}
.aactive .word h5 {
	padding: 0px 10px;
	color: #8e8e8e;
	font-size: 14px;
}
.aactive .word p {
	font-size: 16px;
	padding: 40px 10px;
	color: #595656;
}


/*===== 輪播 =====*/
#content_colleagues_bg_b .profile_list {
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #f97f13;
}
.aactive .profile_list .top_slider_pic {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	width: 380px;
	margin: 0 30px;
}
.aactive .profile_list .top_slider {
	margin: 0 42px;
	width: 376px;
}
.aactive .profile_list .ts_inner {
	margin-right: -3px;
	position: relative;
	width: 4140px;
}
.aactive .profile_list .slider_list {
	height: 56px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 2358px;
	margin: 0 auto;
	z-index: 2;
}
.aactive .profile_list .slider_item {
	float: left;
	width: 94px;
	margin: 0;
}

.aactive .profile_list .slider_list a{
	display:block;
	width:94px;
	height:56px;}


.aactive .profile_list .slider_btn_left {
	clear: both;
	background: url(../images/marker_left.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 28px;
	opacity: 0.7;
	position: absolute;
	top: 20px;
	width: 24px;
	left: 2px;
	z-index: 5;
}
.aactive .profile_list .slider_btn_right {
	clear: both;
	background: url(../images/marker_right.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 28px;
	opacity: 0.7;
	position: absolute;
	top: 20px;
 right:-8:
 width: 24px;
	z-index: 5;
}
.aactive .profile_list .boxgrid {
	margin: 0;
	width: 94px;
	height: 56px;
	background: #f08200;
}

