#slideshow {
	position: relative;
	padding: 0;
	list-style: none;
	width: 400px; /* the width of the container, change if necessary */
	height: 400px; /* the height of the container, change if necessary */
	overflow: hidden;
}

#slideshow img {
	border: none;
}

.arrow {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 42px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.arrowL {
	background: url(../images/sys/arrow_left.jpg) no-repeat;
	left: 0px;
}

.arrowR {
	background: url(../images/sys/arrow_right.jpg) no-repeat;
	right: 0px;
	
}
.slideView, .thumbList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slidebar {
	position: absolute;
	width: 100%;
	height: 98px;
	left: 0px;
	z-index: 5;
}

.slidebar .wrap {
	width: 352px; /* li :78 + 10(間距) = 88 * 4 = 352 ,js 第113行要改, code.css->product_imgbox */
	height: 98px;
	position: absolute;
	left: 28px;
	overflow: hidden;
	z-index: 6;
}

.slideView {
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.slideView li {
	width: 100%;
	height: 400px;   /* the height of the slideshow, change if necessary */
	float: left;
	margin: 0;
	display: inline;
	overflow: hidden;
}
.slideView li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align:center;
}


.thumbList {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 12px;
}

.thumbList li {
	width: 76px;
	height: 76px;
	display: inline;
	margin: 0;
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px; /*加小圖間距*/
}

.thumbList li a {
	display: block;
	width: 70px;
	height: 70px;
	/*border: 1px solid #999;*/	
	overflow: hidden;
	text-align:center;
	padding:3px;
	
}
.thumbList li a img  {
	width: 70px;
	height: 70px;
}
 .thumbList li a:hover {
	border-color: #f75514;
}