<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.opusSliderContainer{
	position: relative;
}

.newscon .pic{
	position: relative;
	overflow: hidden;
	/*height: 540px;*/
	width: 400px;
}

.prev, .next{
	position: absolute;
	z-index: 2;
	/*top: 120px;*/
	margin-top: 0px;
}

.prev{
	left: 120px;
}

.next{
	right: 120px;
}

/*
.newscon .pic img{
	position: absolute;
	width: 400px;
	height: 540px;
	display: block;
}
*/
.newscon .pic img{
	position:relative;
}

.newscon .pic li{
	position: absolute;
	width: 400px;
	/*height: 540px;*/
	display: block;
}</pre></body></html>