/*--- 圖片 ---*/
a img {
	border: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slideshow {
	position: relative;
	width: 1200px;
	height: 612px;
	margin:0 auto;
}
.slideshow li {
	position: absolute;
}
.slideshow a img{
	display: block;
	padding: 0;
	margin: 0 auto;
	border: none;
}
.slideshow li a{
	display: block;
}
.slideshowControl {
	position: absolute;
	top: 290px;
	z-index:999;
}
.slideshowControl .sBack {
	left:20px;
}
.slideshowControl .sNext {
	right:20px;
}
/*--- 圖片 ---*/

/*News跑馬燈*/
.slideText {
    position: relative;
    overflow: hidden;
    width: 458px;
    height: 75px;
	z-index:999;
}
.slideText ul, .slideText li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 458px;
}
.slideText ul {
    position: absolute;
}
.slideText li {
	width: 458px;
	height: 75px;
}
/*News跑馬燈*/

/*圖片跑馬燈*/
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 588px; /*Width of Carousel Viewer itself*/
	height: 122px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel{	
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 186px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 102px;
}
/*圖片跑馬燈*/
