/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */
body{}
#wrapper
{
	width:100%;
	text-align:center; float:left; margin-top:50px
}
.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:200px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 100%;
	height: 800px;
	margin:0 auto;
	padding: 0;
	position: relative;float:left /*overflow: hidden;*/ 
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	width:51px;
	height:51px;
	color: White;
	position: absolute;
	top:830px;
	cursor: pointer;
	z-index:3
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/p_left.png);
	background-repeat: no-repeat;
	background-position: left;
	left:830px
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/p_right.png);
	background-repeat: no-repeat;
	background-position: right;
	right:830px
}
.jscarousal-contents
{
	width: 100%;
	height:800px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 400px;
}
.jscarousal-contents > div > div
{
	/*float: left;*/
}


.jscarousal-contents img
{
	width: 384px;
	height: 284px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}

@media (min-width: 1650px) and (max-width: 1900px) {
.pdiv{ padding:0 0}
.jscarousal .jscarousal-left{left:750px}
.jscarousal .jscarousal-right{right:750px}
.plist1 li {
    width: 290px;
 
}
	
}
@media (min-width: 1200px) and (max-width: 1600px) {
	
.jscarousal .jscarousal-left{left:550px}
.jscarousal .jscarousal-right{right:550px}
.plist1 li {
    width: 280px;
 
}
	
}

@media screen and (max-width: 1380px)
{
	.jscarousal .jscarousal-left{left:650px}
.jscarousal .jscarousal-right{right:650px}
	
}
