@charset "big5";
/* CSS Document */

#feature-list {
	width:685px;
	height:245px;
	float:right;
	position:relative;
}

#feature-list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 405px;
	z-index: 2;
	width: 275px;
	height:255px;
}

ul#tabs li {
	height:46px;
	line-height:46px;
	padding:0; 
	margin:0;
}

ul#tabs li a {
	color:#fff;
	text-decoration:none;	
	display:block;
	background:url(../images/home-tag-bg.png) no-repeat 0 top;
	height:46px;
	padding-left:20px;
	padding-right:10px;
	outline:none;
	overflow:hidden;
}

ul#tabs li a:hover {
	text-decoration:none;
	background:url(../images/home-tag-bg.png) no-repeat 0 bottom;
}

ul#tabs li a.current {
	background:url(../images/home-tag-bg.png) no-repeat 0 bottom;
	color:#fff;
	font-weight:bold;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
/* big picture ---------------------------------- */
ul#output {
	left: 0;
	width: 400px;
	height: 244px;
	position: relative;
	overflow:hidden;
	box-shadow:0 1px 8px rgba(0,0,0,.7);
	-moz-box-shadow:0 1px 8px rgba(0,0,0,.7);
	-webkit-box-shadow:0 1px 8px rgba(0,0,0,.7);
}

ul#output li {
	position: absolute;
	width: 400px;
	height: 244px;
	overflow:hidden;
}
ul#output li a{
	display:block !important;
	width:400px;
	height:244px;
	background:#026545;
}

ul#output li img{
	-ms-interpolation-mode: nearest-neighbor; 
	image-rendering: -moz-crisp-edges;
}

ul#output li iframe{
	width:400px;
	height:244px;
}
