#product {
	background: url(/images/product/product-bg.jpg) 0 0 no-repeat; 
	color: #fff;
	width: 960px;
	height: 376px;
}

#product a {
	color: #fff;
	font-size: 8.5pt;
}

#product-collections {
	display: inline;
	width: 96px;
	height: 280px;
	float: left;
}

#product-collections ul {
	margin: 16px 0 0 16px;
	padding: 0;
}

#product-collections ul li {
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
}

#product-collections ul li a {
	display: block;
	text-decoration: none;
}

#product-collections ul li a:hover {
	text-decoration: underline;
}

#product-detail {
	display: inline;
	width: 864px;
	height: 280px;
	float: right;
}

#product-detail h1 {
	display: block;
	float: left;
	width: 184px;
	height: 292px;
	margin: 0;
}

#product-detail h1 span {
	display: block;
	margin: 48px 0 0 24px;
	font-family: "Georgia";
	font-weight: normal;
}

#product-detail-image {
	display: inline;
	width: 368px;
	height: 280px;
	float: left;
}

#product-detail #product-detail-image img {
}

#product-detail #product-detail-meta {
	display: inline;
	float: right;
	width: 312px;
	height: 280px;

}
#product-detail h2 {
	display: block;
	float: left;
	width: 312px;
	margin: 64px 16px 0 0;
	font-size: 11pt;
	color: #fff;
}

#product-detail p {
	width: 200px;
	float: left;
	font-size: 8pt;
	color: #fff;
}

#product-items {
	display: inline;
	width: 960px;
	height: 96px;
	float: right;
}

#product-items-carousel {
	display: inline;
	width: 960px;
	height: 96px;
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#product-items ul {
}

#product-items ul li {
	width: 76px;
	height: 96px;
}

#product-items ul li a {
	display: block;
	width: 76px;
	height: 86px;
}

#product-items ul li a span {
	display: none;
}

/*
#product-items ul li#product-items-prev {
	background: #ddd;
}

#product-items ul li#product-items-next {
	background: #ddd;
}
*/