#scroll-crawl {
	margin-top: 2px;
	padding-bottom: 1px;
	opacity: 0.9;
}

#scroll-crawl h3 { margin-bottom: 0; }

#scroll-cr {
	padding: 4px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

#scroll-jq {
	max-width: 1200px;
	margin-top: -12px; /* Top -12 ??? */
	position: relaive;
	padding: 0;
	left: 0;
	margin: 0 auto;
}

.scroll-img, .caroufredsel_wrapper {
	width: 100%!important;
	overflow: hidden;
	text-align: center;
}

.scroll-img li {
	border: 2px solid #eee;
	list-style-type: none;
	display: inline-block;
	margin: 2px;
	/*height: 120px;*/
	border-radius: 4px;
	box-shadow: 0 0 4px 0 #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: 0 0 4px 0 #000000;
	-moz-box-shadow: 0 0 4px 0 #000000;
}

.scroll-img li:hover, .attach_image:hover {
	border-color: #73BCD1;
}

.scroll-img a {
	display: inline-block;
	opacity: 1;
}

.prev_next_button {
	float: right;
	margin-top: -8px;
	position: relative;
}

.attach_image {
	border: 2px solid #fff;
	display: inline-block;
	margin: 0 6px 0 4px;
	border-radius: 4px;
	box-shadow: 0 0 4px 0 #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: 0 0 4px 0 #000000;
	-moz-box-shadow: 0 0 4px 0 #000000;
}

.attach_image img {
	display: block;
	width: 60px;
	height: 60px;
}

/* Topic/forum image replaces the large prosilver status background only
   when an actual ImgPosts image is present. Rows without an image keep the
   native topic_read/topic_unread/etc. icon. */
.attach_image .imgposts-topic-image {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.attach_image .imgposts-topic-image--forum {
	object-fit: contain;
}

dl.row-item:has(.imgposts-topic-image),
dl.row-item:has(.imgposts-topic-image) > dt {
	background-image: none !important;
}

li.row dl.row-item:has(.imgposts-topic-image) dt .list-inner {
	padding-left: 4px !important;
}
