#slideshow {
	position: relative;
	padding: 0;
	list-style: none;
	width: 255px; /* the width of the container, change if necessary */
	height: 174px; /* the height of the container, change if necessary */
	overflow: hidden;
}

#slideshow img {
	border: none;
}

#slideshow .arrow {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 10px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#slideshow .arrowL {
	background: url(/images/slideView_arrows2.gif) no-repeat;
	left: 8px;
}

#slideshow .arrowR {
	background: url(/images/slideView_arrows2.gif) -20px 0px no-repeat;
	right: 9px;
	
}
.slideView, .thumbList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slidebar {
	background: url(/images/slideView_bar.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 37px;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}

.slidebar .wrap {
	width: 160px;
	height: 37px;
	position: absolute;
	left: 35px;
	overflow: hidden;
	z-index: 6;
}

.slideView {
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}


#slides {
    padding: 0px !important;
}

#slideshow  ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#slideshow  ul li {
	width: 100%;
	height: 174px;   /* the height of the slideshow, change if necessary */
	float: left;
	margin: 0;
	display: inline;
	padding-left: 0px;
	background: transparent;
}
.slideView li a {
	display: block;
	width: 100%;
	height: 100%;
}


#slideshow .desc {
	padding: 5px;
	width: 450px;   /* the width of the desccription, change if necessary */
	background: black;
	position: absolute;
	bottom: 75px;
	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: 53px;
	height: 26px;
	display: inline;
	margin: 0;
	float: left;
    padding-left: 0px;
	background: transparent;
}

#slideshow .thumbList li a {
	display: block;
	width: 40px;
	height: 24px;
	border: 2px solid black;
	margin-left: 6px;
	
}

#slideshow .thumbList li a:hover {
	border-color: #f75514;
}