#prod-primary,
.ProductShow {
	height: 245px;
	width: 599px;
	margin: 0;
	position: relative;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#prod-primary ul, 
.ProductShow ul {
	margin: 0;
	padding: 2px 0 2px 0;
	background-color: #CCCCCC;
	position: absolute;
	bottom: 0px;
	font-size: .909em;
	line-height: 1.870em;
	float: left;
	z-index: 1110;
}
#prod-primary ul li,
.ProductShow ul li {
	margin: 0 1px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	text-transform: uppercase;
}
#prod-primary ul li a,
.ProductShow ul li a {
	border: 0;
	display: block;
	padding: .1em 1.1em;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: -100px 0;
	color: #999999;
	border: 1px solid #222222;
}
#prod-primary ul li a:hover,
.ProductShow ul li a:hover {
	color: #ffffff;
	border-color: #333333;
	background-color: #333333;
}
#prod-primary ul li.selected a,
#prod-primary ul li.selected a:hover,
.ProductShow ul li.selected a,
.ProductShow ul li.selected a:hover {
	background-color: #000000;
	border-color: #000000;
	color: #ffffff;
}
#prod-primary .main-prod,
.ProductShow .main-prod {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
}
#prod-primary .main-prod.selected,
#prod-primary .main-prod.selected img,
.ProductShow .main-prod.selected,
.ProductShow .main-prod.selected img {
	opacity: 1;
}