#slideshow {
	position: relative;
	padding: 0;
	list-style: none;
	width: 480px; /* the width of the container, change if necessary */
	height: 220px; /* the height of the container, change if necessary */
	overflow: hidden;
}

#slideshow img {
	border: none;
}

#slideshow .arrow {
	width: 40px;
	height: 70px;
	display: block;
	position: absolute;
	top: 28%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	z-index: 70;
}

#slideshow .arrowL {	
	left: 0px;
}

#slideshow .arrowR {	
	right: 0px;	
}
.slideView, .thumbList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideView {
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.slideView li {
	width: 100%;
	height: 220px;   /* the height of the slideshow, change if necessary */
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
.slideView li a {
	display: block;
	width: 100%;
	height: 100%;
}

#slideshow .wrap {
	background: black;
	position: absolute;
	height: 60px;
	bottom: 0;
	left: 0px;
	z-index: 90;
}

#slideshow .thumbList {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 100;
	width: 480px;
}

#slideshow .thumbList li {
	width: 60px;
	height: 100%;
	display: inline;
	float: left;
	margin: 0px;	
}


#slideshow .desc {
	padding: 0px 16px 0px 16px;
	width: 480px;   /* the width of the description, change if necessary */
	height: 30px;
	background: #CDD905;
	position: absolute;
	top: 0px;
	left: 0px;
	color: black;
	z-index: 200;
	font-weight: normal;
	border-bottom: 1px solid Gray;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
}
#slideshow .thumbList li a {
	display: block;
	width: 50px;
	height: 40px;
	margin-left: 12px;
	margin-top: 9px;
	border: 2px solid #fafafa;
	overflow: hidden;
}

#slideshow .thumbList li a:hover {
	border-color: #CDD905;
}