<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.ladyScroll * {
	margin:0;
	padding:0;
	list-style:none;
}

.ladyScroll img {
	border:0;
}
.ladyScroll a {
	text-decoration:none;
	color:#333;
}
/*.ladyScroll a:hover {
	color:#1974A1;
}
*/
.ladyScroll {
    width: 546px;
    height: 362px;
    margin: 0 auto;
    position: relative;
}

.ladyScroll .prev,.ladyScroll .next {
	width: 43px;
    height: 43px;
	position:absolute;
	top:156px;
	left:0;
	z-index:100;
	cursor:pointer;
	background:url(/template/images/btns.png) no-repeat;
}
.ladyScroll .next {
	left:auto;
	right:0;
	background-position:0 -43px;
}

.ladyScroll .prev:hover {
}


.ladyScroll .next:hover {
	background-position:0 -43px;
}
.ladyScroll .scrollWrap {
	width:546px;
	overflow:hidden;
	position:absolute;
}


.ladyScroll .dlList img {
	display:block;
	width:546px;
	height:362px;
}




/*.ladyScroll dl:hover span {
	background:#B52153;
}*/
</pre></body></html>