#slideshow {
	position: relative;
	padding: 0;
	overflow: hidden;
	float: left;
	width: 599px; /* the width of the container, change if necessary */
	height: 300px; /* the height of the container, change if necessary */
	margin-top: 0px;
	margin-bottom: 15px;
}

#slideshow img {
	border: none;
	float: left;
}

#slideshow .arrow {
	width: 40px;
	height: 70px;
	display: block;
	position: absolute;
	top: 28%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	z-index: 70;
}

#slideshow .arrowL {
	background: url(../images/slideView_arrows.gif) no-repeat 0px 30px;
	left: 0px;
}

#slideshow .arrowR {
	background: url(../images/slideView_arrows.gif) -40px 30px no-repeat;
	right: 0px;
	
}

.slideView, .thumbList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.slideView {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	height: 300px;   /* the height of the slideshow, change if necessary */
	width: 3000px;
	list-style: none;
	margin: 10px 0px !important;
}

ul.slideView li {
	float: left;
	display:inline;
	border-right: 1px dashed #888;
	width: 200px;
	margin: 0px;
}

.slideView li a {
	display: block;
	height: 300px;
	text-decoration: none;
}

.slideView li a img {
	position: relative;
	top: -60px;
	z-index: -30;
}

#slideshow .wrap {
	background: black;
	position: absolute;
	height: 75px;
	bottom: 0;
	left: 0px;
	z-index: 90;
}

#slideshow .thumbList {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 100;
	width: auto;
	display: none;
}

#slideshow .thumbList li {
	width: 114px;
	height: 100%;
	display: inline;
	float: left;
	margin: 0;
}

.slideView .description {
	position: relative;
	top: 210px;
	display: block;
	height: 30px;
	vertical-align: middle;
	padding: 10px 20px;
	width: 160px;
	text-align: center;
	background: white;
	/*z-index: 200;*/
	font-weight: bolder;
	font-size: 12px;
	line-height: 15px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#slideshow .desc {
	padding: 0px 20px 0px 16px;
	width: 200px;   /* the width of the desccription, change if necessary */
	height: 35px;
	text-align: center;
	background: white;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	font-weight: bolder;
	/*border-bottom: 1px solid Gray;*/
	font-size: 12px;
	line-height: 15px;
	/*overflow: hidden;*/
	display: none;
}
#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;
}