#slideshow {
	position: relative;
	padding: 0;
	list-style: none;
	width: 320px; /* the width of the container, change if necessary */
	height: 240px; /* the height of the container, change if necessary */
	margin:10px 0 0 0
}

#slideshow img {
	border: none;
	padding:0;
	margin:0
}

#slideshow .arrow {
	width: 40px;
	height: 70px;
	display: block;
	position: absolute;
	bottom:0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	z-index: 70;
}

#slideshow .arrowL {
	background: url(images/slideView_arrows.gif) no-repeat 0px 100%;
	left: 0px;
}

#slideshow .arrowR {
	background: url(images/slideView_arrows.gif) -40px 100% 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: 0;
	padding:0; margin:0;
	width:320px;
	height:240px
}

.slideView li {
	width: 320px;
	height: 240px;   /* the height of the slideshow, change if necessary */
	float: left;
	margin: 0;
	padding:0;
	padding-top:0px;
	padding-bottom:0px;
	display: inline;
}
.slideView li a {
	display: block;
	width: 100%;
	height: 100%;
}

#slideshow .wrap {
	background: black;
	position: absolute;
	height: 75px;
	bottom: 0;
	left: 0px;
	z-index: 90;
	display:none
}

#slideshow .thumbList {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 100;
	width: auto;
}

#slideshow .thumbList li {
	width: 114px;
	height: 100%;
	display: inline;
	float: left;
	margin: 0;
}


#slideshow .desc {
	padding: 3px 10px 3px 10px;
	width: 300px;   /* the width of the desccription, change if necessary */
	min-height: 20px;
	background: white;
	position: absolute;
	top: 0px;
	left: 0px;
	color: black;
	z-index: 200;
	font-weight: bolder;
	border-bottom: 1px solid Gray;
	font-size: 12px;
	line-height: 13px;
}
#slideshow .thumbList li a {
	display: block;
	width: 90px;
	height: 55px;
	margin-left: 12px;
	margin-top: 9px;
	border: 2px solid #17d2db;
}

#slideshow .thumbList li a:hover {
	border-color: #f75514;
}