body {
	padding-top: 129px !important;
}

#header {
	position: fixed !important;
	top: 0px !important;
}

/* News */

/* Specialities */
#specialties .loadMsg {
	top: 330px !important;
}
#specialties-gallery {
	min-height: 442px !important;
}
#specialties-gallery .gallery {
	overflow: hidden !important;
	width: 659px !important;
	height: 442px !important;
}

body #specialties-gallery .gallery img {
	display: none;
	width: 659px !important;
	height: 442px !important;
}

body #specialties-gallery .gallery img:first-child {
	display: block;
}

#specialties .contentSlider {
	max-height: 335px;
}

#specialties .orbit-wrapper .slider-nav span {
	text-indent: -999em;
	background-image: url(../images/our-museum/nav.png);
	height: 32px;
	width: 17px;
}

#specialties div.orbit-wrapper div.slider-nav span.left {
	background-position: 0px 0px;
	left: -42px;
}

#specialties div.orbit-wrapper div.slider-nav span.right {
	background-position: 0px -39px;
	right: -42px;
}

#specialties .nav-specialties ul {
	list-style: circle;
	text-align: center;
	color: #6a8b87;
	margin-bottom:2em;
}

#specialties .nav-specialties li {
	list-style: circle;
	display: inline;
	color: #6a8b87;
	font-family: "Neutra-Demi";
	font-size: 1.2em;
	text-transform:uppercase
}

#specialties .nav-specialties li + li:before {
	content: " • "
}

#specialties .nav-specialties a {
	text-decoration: none;
	color: #6a8b87;
}

#specialties .nav-specialties a:hover,
#specialties .nav-specialties a:focus {
	color: #c62900;
	text-decoration: line-through;
}

#specialties .nav-specialties a.active {
	color: #c62900;
	text-decoration: line-through;
}



