#pageBody {
	float: none;
	width: auto;
}

#slideshowOuter {
}

#slideshow {
	display: none;
}

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

#slideshow li {
	padding: 0;
}

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

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

#slideshow li div.productDetails h3 {
	margin-top: 0;
	font-size: 20px;
}

#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;
	border: solid 1px #FAEC06;
	padding: 2px;
	background: #FAEC06;
}

#prevBtn a, #nextBtn a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
	font-size: 18px;
}

#nextBtn {
	float: right;
}

#prevBtn {
	float: left;
}

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

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

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

#slideshow  .showItemMenu {
	width:700px;
}

.productActionButtons {
	clear: none;
}

#rightMenu {
	width: auto;
	float: none;
}

#rightMenu #hotItem {
	float:left;
	margin-right:2%;
	width:30%;
}
