#slideshow {
	position: relative;
	padding: 0;
	list-style: none;
	width: 405px; /* the width of the container, change if necessary */
	height: 110px; /* the height of the container, change if necessary */
}

#slideshow img {
	border: none;
}

#slideshow .arrow {
	width: 40px;
	height: 107px;
	display: block;
	position: absolute;
	top: -30;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	z-index: 70;
}

#slideshow .arrowL {
	background: url(IMAGE/SITE/slideView_arrows.gif) no-repeat 0px 3px;
	left: 0px;
}

#slideshow .arrowR {
	background: url(IMAGE/SITE/slideView_arrows.gif) -40px 3px no-repeat;
	right: 0px;
	
}
.slideView, .thumbList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideView {
	height: auto;
	position: relative;
	top: 0;
	left: 0;
  overflow: hidden;
	z-index: 3;
}

.slideView li {
	width: 405px;
	height: 110px;   /* the height of the slideshow, change if necessary */
	float: left;
	margin: 0;
	display: inline;
}
.slideView li a {
	display: block;
	width: 405px;
	height: 110px;
}

#slideshow .wrap {
	background: black;
	position: absolute;
	height: 0px;
	bottom: 0;
	left: 0px;
	z-index: 90;
}

#slideshow .thumbList {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 100;
	width: auto;
}

#slideshow .thumbList li {
	width: 0px;
	height: 0;
	display: inline;
	float: left;
	margin: 0;
}


#slideshow .desc {
	padding: 0px 0px 0px 0px;
	width: 405px;   /* the width of the desccription, change if necessary */
	height: 0px;
	background: white;
	position: absolute;
	top: 0px;
	left: 0px;
	color: black;
	z-index: 200;
	font-weight: bolder;
	border-bottom: 0px solid Gray;
	font-size: 12px;
	line-height: 0px;
	overflow: hidden;
}
#slideshow .thumbList li a {
	display: block;
	width: 0px;
	height: 0px;
	margin-left: 12px;
	margin-top: 9px;
	border: 2px solid #17d2db;
}

#slideshow .thumbList li a:hover {
	border-color: #f75514;
}
