/* Photo slides */
.tx-amsarticles-pi1 .PhotoSlides ul {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.tx-amsarticles-pi1 .PhotoSlides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
}
.tx-amsarticles-pi1 .PhotoSlides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.tx-amsarticles-pi1 .PhotoSlides li .Block {
	padding-top: 15px;
	border-bottom: none;
}
.tx-amsarticles-pi1 .PhotoSlides li .Block p {
	font: 400 12px/16px 'Merriweather';
}
.tx-amsarticles-pi1 .PhotoSlides .Block .Date {
	margin: 0 0 30px;
}
.tx-amsarticles-pi1 .rslides_nav.prev, .tx-amsarticles-pi1 .rslides_nav.next {
	position: absolute;
	top: 282px;
	left: 20px;
	display: block;
	width: 8px;
	height: 10px;
	text-indent: -9999em;
	background: url(PhotoSlidesNavBackground.png) no-repeat 0 0;
	z-index: 10;
}
.tx-amsarticles-pi1 .rslides_nav.next {
	left: auto;
	right: 20px;
	background: url(PhotoSlidesNavBackground.png) no-repeat -12px 0;
}

/* Media queries */
@media only screen and (max-width: 960px) {
	.tx-amsarticles-pi1 .rslides_nav.prev, .tx-amsarticles-pi1 .rslides_nav.next {
		top: 133px;
	}
	.tx-amsarticles-pi1 .PhotoSlides li img {
		margin-left: 9%;
	}
}
@media only screen and (max-width: 512px) {
	.tx-amsarticles-pi1 .rslides_nav.prev, .tx-amsarticles-pi1 .rslides_nav.next {
		top: 296px;
	}
}
@media only screen and (max-width: 407px) {
	.tx-amsarticles-pi1 .PhotoSlides li img {
		margin-left: 0;
	}
	.tx-amsarticles-pi1 .rslides_nav.prev {
		top: 296px;
		left: 10px;
	}
	.tx-amsarticles-pi1 .rslides_nav.next {
		top: 296px;
		right: 10px;
	}
}