#slideshow{
	height:300px !important;
	position:relative;
	width:960px;
	border: solid 1px #999;
}

#slideshow ul{
	height:300px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:960px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:85px;
	width:60px;
	position:absolute;
	background:url('../images/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}

#sbottomshadow {
	position: absolute;
	margin: -25px 0 0 -8px;
	z-index: 3;
}

.content ul, .content ol { 
	padding: 0!important;
}

#ft-title-slideshow {
	font-family: 微軟正黑體, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px!important;
	font-weight: normal;
	padding-left: 5px;
}

.ft-title {
	font-family: 微軟正黑體, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px!important;
	font-weight: normal;
	padding-left: 5px;
}

#ft-buttons-slideshow {
	z-index: 3;
	position: relative;
	top: -290px;
	left: 10px;
	width: 20px;
	height: 20px;
}

#ft-buttons-slideshow a.ft-button-slideshow {
	margin: 0px 2px 0px 2px;
	padding: 2px 5px;
	background: #fff;
	text-decoration: none;
	font-family: 微軟正黑體, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #f07d30;
}

#ft-buttons-slideshow a.ft-button-slideshow-active {
	margin: 0px 2px 0px 2px;
	padding: 2px 5px;
	background: #f07d30;
	text-decoration: none;
	font-family: 微軟正黑體, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
