/* CSS Document */div#primaryFeature {	padding:0px 2px 10px 0px;	font-size:0;	width:982px;	position:relative;}/* feature navigator */div#featureNav {	font-size:14px;	height:0px;	position:absolute;	left:0px;	bottom:20px;	width:970px;	z-index:1;}/* fixes IE 6 implementation of 'bottom' whithout hacking the CSS */div#primaryFeature > div#featureNav {	bottom:55px;}div#featureNav div {	float:right;}div#featureNav a {	display:block;	float:left;}div#featureNav a.previous {	background-image:url(/common/das/images/ui/featureNavigator/backgroundLeft.gif);	background-repeat:no-repeat;	padding:5px 3px 0px 5px;	height:29px;}div#featureNav a.next {	background-image:url(/common/das/images/ui/featureNavigator/backgroundRight.gif);	background-repeat:no-repeat;	background-position:right;	padding:5px 4px 0px 5px;	height:29px;}div#featureNav a.numbered {	background-image:url(/common/das/images/ui/featureNavigator/background.gif);	background-repeat:no-repeat;	padding:9px 1px 0px 2px;	width:23px;	height:25px;	color:#FFFFFF;	text-decoration:none;	font-weight:bold;	text-align:center;}div#featureNav a.numbered:hover {	text-decoration:underline;}div#featureNav a.active {	background-image:url(/common/das/images/ui/featureNavigator/backgroundActive.gif);	background-repeat:no-repeat;}
