/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */

#wrapper
{
	margin-top: 50px;
	text-align:center;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align:center;
  display:none;
}

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

.jscarousal
{
	width: 1200px;
	height: 240px;
	margin:0 auto;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 98px;
	background:url(/skin/default/images/showrt.png);
	color: White;
	position: relative;
	top: 12px;
	cursor: pointer;
	display:none;
}
.jscarousal .jscarousal-left
{
	background-image: url(/skin/default/images/showrt.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(/skin/default/images/showrt.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 1100px;
	height: 260px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 18px;
	margin-right: 15px;
}
.jscarousal-contents img
{
	width: 239px;
	height: 217px;
	border: solid 1px #bfbfbf;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.jscarousal p{
width:100%;
height:46px;
background-color:#bfbfbf;
text-align:center;
line-height:46px;
margin:0 auto;
}


.jscarousal p{
color:#FFFFFF;
font-size:16px;
line-height:46px;
width:100%;
height:46px;
display:block;
}


.jscarousal p:hover{background-color:#1651b8;

color:#FFFFFF;
font-size:16px;
text-decoration:none;
line-height:46px;


}