#slideshowOuter {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}

#slideshow {
	display: none;
}

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

#slideshow li {
	padding: 0;
	display: table;
}

#slideshow li div.productDetails {
	color:#000000;
	font-weight: bold;
	padding-right: 10px;
	display: table-cell;
}

.pageThin #slideshow li div.productDetails {
	clear: both;
}

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

#slideshow li div.productDetails h3 {
	color: #000000;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
}

#slideshow .productActionButtons {
	clear: none;
}

#slideshow li a.photo {
	display: table-cell;
	padding-right:20px;
	padding-bottom: 10px;
	text-align:left;
	vertical-align:top;
}

#slideshow li img {
	text-align: center;
	display: block;
	margin: auto;
	border: solid 1px #d0d0d0;
	padding: 2px;
	background: #ffffff;
}

#prevBtn a, #nextBtn a {
	display: block;
	text-decoration: none;
	color: #478CB0;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
}

#nextBtn {
	float: right;
}

#prevBtn {
	float: left;
}

#nextBtn a {
	padding-right: 40px;
	background: url(next.gif) no-repeat top right;
}

#prevBtn a {
	padding-left: 40px;
	background: url(previous.gif) no-repeat top left;
}

.attribute.Date {
	font-weight: normal;
}

#slideshow  .showItemMenu {
	width:700px;
}
