#slideshowOuter {
	position: relative;
}

#slideshow {
	display: none;
	margin-left: 35px;
	margin-right: 35px;
}

#slideshow ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#slideshow li {
	padding: 0;
	overflow: hidden;
	width: 500px;
}

#slideshow li div.productDetails {
	width: 100%;
	color: #000000;
}

#slideshow li div.productDetails div.inner {
	padding: 0px;
	margin: 0px;
	margin-top: 0;
}

#slideshow li a.photo {
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: 0;
}

#slideshow h3 {
	font-size: 16px;
}

#slideshow li img {
	text-align: center;
	height: 240px;
	display: block;
	float: left;
	margin-right: 15px;
}

.productDetails br {
	display: none;
}

#prevBtn a, #nextBtn a {
	display: block;
	width: 32px;
	height: 32px;
	text-decoration: none;
	color: #000000;
	text-indent: -9999px;
	overflow: hidden;
	background: url(previous.gif) 0 0 no-repeat;
}

#nextBtn, #prevBtn {
	position: absolute;
	top: 100px;
	width: 32px;
	height: 32px;
	
}

#nextBtn {
	right: 0;
}

#nextBtn a {
	background: url(next.gif) 0 0 no-repeat;
}

