
/**************************Heritage JS page*****************************/

#heritage-sub-navigation {
	overflow:hidden;
	width: 666px;
	margin-top: -10px;
	
}

a#next-link, a#next-link-nav,a#prev-link, a#prev-link-nav{
	background: url('../images/heritage/left_arrow.gif') no-repeat right;
	margin-top:20px;	
	width:1em;
	height:1em;
} 

a#prev-link, a#prev-link-nav {
	background: url('../images/heritage/right_arrow.gif') no-repeat right;
	float:left;
}

a#next-link.inactive, a#next-link-nav.inactive {
	background-image: url('../images/heritage/left_inactive.gif') !important;
} 

a#prev-link.inactive, a#prev-link-nav.inactive {
	background-image: url('../images/heritage/right_inactive.gif') !important;
} 

#heritage-content a {
	line-height : 190%;
}

#heritage-category-select {
	float:right;
	width:20%;
}

#heritage-sub-navigation-list .hidden {
	display:none;
}


