@charset "utf-8";
/* 輪播專用 */


#fancyList li{
	display: block;
	padding: 0px;
	margin: 1px;
	float:left;
	border: solid 1px #333;
	width: 20px;
	text-align: center;
	background-color:#333333;
	position: relative;
	top: 282px;
}

#fancyList li > a{
	color:#FF0000;
}

.strip {
	position: relative;
	overflow: hidden;
	border: solid 0px black;
	height: 300px;
	width: 900px;
}
.strip table {
	position: absolute;
	left: 0px;
	top: 0px;
}
