.panda-illustration {
	position: relative;
	/*border:1px solid #ededed;*/
	z-index:1;
}

.panda-illustration-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.panda-illustration-item {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: -9999em;
	width: 100%;
}
.panda-illustration-text
{
	width:290px;
	position:absolute;
	margin-left:67px;
	margin-top:50px;
}
.panda-illustration-title
{
	color:#141414;
	font-size:50px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	line-height:36px;
}
.panda-illustration-title span
{
	color:#666666;
	font-size:30px;
}
.pands-illistration-desc
{
	padding-top:10px;
	color:#7f7f7f;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
}
.pands-illistration-submit
{
	margin-top:25px;
}
.pands-illistration-submit a
{
	display:inline-block;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-size:13px;
	background:#128ccc;
	padding-left:9px;
	padding-right:9px;
	height:29px;
	line-height:29px;
	text-transform:uppercase;
}

.panda-illustration-item__active {
	position: static;
}

.panda-interactive-header__illustration table {
	width: 100%;
	table-layout: fixed;
}

.panda-interactive-header__illustration table td {
	padding: 0 !important;
	border: 0 !important;
}

.panda-interactive-header__illustration table td img {
	display: block;
	width: 100%;
	height:100%;
	max-height:435px;
}

.panda-illustration-marks-item {
	float: left;
	margin-left: 6px;
	width: 9px;
	height: 9px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

.panda-illustration-marks-item a, .panda-illustration-marks-item ins {
	display: block;
	width: 9px;
	height: 9px;
	text-decoration: none;
	border-bottom-width: 0;
	cursor: pointer;
}

.panda-illustration-marks-item ins {
	background: url('../images/marker.png') no-repeat;
}

.panda-illustration-marks-item__active ins {
	background: url('../images/marker-active.png') no-repeat;
}

.panda-illustration-marks {
	position: absolute;
	height: 9px;
	top: 40px;
	left:80px;
}