#variation {
	position: relative;
	overflow: hidden;
	height: 65px;
}

#variation .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 65px;
	background: url(../products/common/btn-VariationBackBg.jpg) no-repeat;
	z-index: 2;
}

#variation .next {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 65px;
	background: url(../products/common/btn-VariationNextBg.jpg) no-repeat;
	z-index: 2;
}

#variation .back a, #variation .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

#variation .next a {
	background: url(../products/common/btn-VariationNext.jpg) no-repeat;
	line-height: 60px;
}

#variation .back a {
	background: url(../products/common/btn-VariationBack.jpg) no-repeat;
	line-height: 60px;
}

#variation .next a:hover, #variation .back a:hover {
	text-decoration: none;
}

#variation-list {
	position: absolute;
	top: 0;
	left: 45px;
	width: 840px;
	background-color: #e8e8e8;
}

#variation ul {
	position: relative;
	width: auto;
	left: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}

#variation li {
	float: left;
	display: inline;
	width: 280px;
	height: 57px;
	padding-top: 8px;
	overflow: hidden;
}

#variation li img {
	float: left;
	display: inline;
}

#variation-list li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 210px;
}

.view_all {
	display: none;
}
