#product_navigation {
	position: absolute;
	top: 127px;
	left: 217px;
	clear: both;
	background: url(/images/navigation/product_background.jpg) top left no-repeat;
	width: 570px;
	height: 83px;
	overflow: hidden;
	padding: 1px;
}

#product_navigation ul {
	position:relative;
	/*margin-left: 1px;*/
	width:9999px;
	left:-137px;
	height:84px;
}

#product_navigation li {
	float: left;
	width: 137px;
	list-style-type: none;
	text-align: center;
	font-size: 11px;
	height: 84px;
}
#product_navigation a {
	color: #FFFFFF;
	display: block;
	float: left;
	line-height: 15px;
	text-decoration: none;
	width: 137px;
}

#product_navigation a:hover {
	background: url(/images/navigation/product_selected.jpg) no-repeat;
	background-position: 50% 66px;
}

#product_navigation span {
	display: block;
	line-height: 18px;
	padding: 0; 
}


#product_navigation .link_navleft {
	background: url(/images/navigation/arrow_left.gif) 50% 50% no-repeat;
}	

#product_navigation .link_navleft:hover {
	background: url(/images/navigation/arrow_left_hover.gif) 50% 50% no-repeat;
}


#product_navigation .link_navright {
	background: url(/images/navigation/arrow_right.gif) 50% 50% no-repeat;
}	

#product_navigation .link_navright:hover {
	background: url(/images/navigation/arrow_right_hover.gif) 50% 50% no-repeat;
}
#product_navigation .link_navright,
#product_navigation .link_navleft {
	width: 10px;
	height: 84px;
	float:left;
	font-size: 0;
}

#product_navigation .wrapper {
	position:relative;
	float:left;
	overflow: hidden;
	height: 84px;
	width:550px;
}

#product_navigation .wrapper ul li {
	height: 84px;
}

#product_navigation .product_navleft { z-index:9999; cursor:pointer; }
#product_navigation .product_navright { z-index:9999; cursor:pointer; }