#slideshowOuter {
}

#slideshow {
	display: none;
	min-height:500px;
  height:auto !important;
  height:500px;

}

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

#slideshow li {
	text-align: center;
	padding: 0;
	background: #000000;
}

#slideshow li div.productDetails {
	color:#ffffff;
	width: auto;
	font-weight: bold;
	display: none;
}

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

#slideshow li div.productDetails h3 {
	color: #ffffff;
	text-transform: uppercase;
	background: #000000;
	margin-top: 0;
}

#slideshow li a.photo {
	text-align:middle;
	vertical-align:middle;
	margin: auto;
}

#slideshow li img {
	border: solid 1px #d0d0d0;
	padding: 2px;
	
}

#prevBtn a, #nextBtn a {
	display: block;
	height: 77px;
}


#nextBtn {
	background: #000000 url(next.gif) no-repeat top right;
}

#prevBtn {
	background: #000000 url(previous.gif) no-repeat top left;
}

.attribute.Date {
	font-size: 12px;
	font-weight: normal;
}

#slideshow  .showItemMenu {
	width:700px;
}

#prevBtn, #nextBtn {
	display:block;
	height:77px;
	left:-30px;
	margin:0;
	overflow:hidden;
	position:absolute;
	text-indent:-8000px;
	top:-400px;
	width:30px;
}

#nextBtn {
	left:952px;
}

p#controls {
	margin:0;
	position:relative;
}

p#controls a {
	outline: none;
}
