#slideshowOuter {
	border-bottom: solid 3px #FED700;
	background: #E8E8E8;
}

#slideshow {
	display: none;
	padding-top: 10px;
	border-top: solid 3px #FED700;
	background: #ffffff;
	padding-bottom: 12px;
}

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

#slideshow li {
	padding: 0;
}

#slideshow li div.productDetails {
	color:#000000;
	font-weight: bold;
}

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

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

#slideshow li a.photo {
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom: 10px;
	text-align:left;
	vertical-align:middle;
}

#slideshow li img {
	text-align: center;
	display: block;
	margin: auto;
	background: #ffffff;
}

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

#nextBtn {
	float: right;
}

#prevBtn {
	float: left;
}

#nextBtn a {
	padding-right: 25px;
	padding-left: 15px;
	margin-right: 12px;
	background: url(next.gif) no-repeat right 50%;
}

#prevBtn a {
	padding-left: 25px;
	padding-right: 15px;
	margin-left: 12px;
	background: url(previous.gif) no-repeat left 50%;
}

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

#slideshow  .showItemMenu {
	width:700px;
}


.productDetails .attribute.price .attName {
	display: inline;
	font-size: 11px;
}
