#slideshow {
	position: relative;
	padding: 0;
	list-style: none;
	width: 960px; /* the width of the container, change if necessary */
	height: 720px; /* the height of the container, change if necessary */
	overflow: hidden;
}

#slideshow img {
	border: none;
}

#slideshow .arrow {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 20px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#slideshow .arrowL {
	background: url(../images/slideView_arrows.gif) no-repeat;
	left: 17px;
}

#slideshow .arrowR {
	background: url(../images/slideView_arrows.gif) -40px 0px no-repeat;
	right: 17px;
	
}
.slideView, .thumbList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slidebar {
	background: url(../images/slideView_bar.gif) repeat;
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}

.slidebar .wrap {
	width: 821px;
	height: 160px;
	position: absolute;
	left: 70px;
	overflow: hidden;
	z-index: 6;
}

.slideView {
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.slideView li {
	width: 100%;
	height: 720px;   /* the height of the slideshow, change if necessary */
	float: left;
	margin: 0;
	display: inline;
}
.slideView li a {
	display: block;
	width: 100%;
	height: 100%;
}


#slideshow .desc {
	padding: 5px;
	margin: 0;
	width: 960px;   /* the width of the desccription, change if necessary */
	background: black;
	position: absolute;
	bottom: 150px;
	left: 0px;
	color: white;
	font-weight: bolder;
	overflow: hidden;
	z-index: 6;
	font-size: 12px;
}

#slideshow .thumbList {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 12px;
}

#slideshow .thumbList li {
	width: 107px;
	height: 52px;
	display: inline;
	margin: 0;
	float: left;
}

#slideshow .thumbList li a {
	display: block;
	width: 80px;
	height: 48px;
	border: 2px solid black;
	margin-left: 11px;
	
}
#slideshow .thumbList li .selected {
	border-color: yellow;
}
#slideshow .thumbList li a:hover {
	border-color: #f75514;
}