<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 懒人图库 搜集整理 www.lanrentuku.com */
#wrapper
{
	margin-top: 0px;
	text-align:center;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  /*background-color: rgba(0,0,0,0.5); dim the background*/
  text-align:center;
  display:none;
}

#overlay_pic {
    margin:0px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 800px;
	height: 150px;
	background-color: #e9f8fe;
	/*border: solid 1px #7A7677;*/
	margin:0 auto;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 40px;
	height: 98px;
	background-color: #e9f8fe;
	color: White;
	position: relative;
	top: 25px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/jiantou_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/jiantou_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 720px;
	height: 160px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents &gt; div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents &gt; div &gt; div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents img
{
	width: 219px;
	height: 155px;
	}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;

}
.thumbnail-inactive
{
	filter: alpha(opacity=60);
	opacity: 0.6;

}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
</pre></body></html>