
.show {
	width:100px;
	height: 100px;
	border: 1px solid red;
	display: none;
}
	
.click {
	border-bottom: 1px solid #bec6ce;
	position: absolute;
	cursor: pointer;
	height: 16px;
}

.click1 {
	right: 360px;
	top: 64px;
	width: 185px;
}

.pop1 {
	left: 240px;
	top: 60px;
}

.click2 {
	left: 601px;
	width: 120px;
	top: 95px;
}

.pop2 {
	right: 50px;
	top: 75px;
}

.click3 {
	right: 388px;
	top: 168px;	
	width: 196px;
}

.pop3 {
	left: 230px;
	top: 140px;
}

.click4 {
	left: 547px;
	top: 229px;
	width: 155px;
}

.pop4 {
	right: 85px;
	top: 150px;
}

.click5 {
	right: 393px;
	width: 180px;
	top: 259px;
}

.pop5 {
	left: 200px;
	top: 210px;
}

.text {
	background: url(../imgs/features/popup/gradiant.png) no-repeat;		
}

.text img {
	position: absolute;
	margin: 0 0 0 25px;
	bottom: -40px;
	z-index: 10;
}

.popup {
	width: 174px;
	color: #19354c;
	line-height: 16px;
	position: absolute;
	font-size: 10px;	
	display: none;
	z-index: 10;
}	

.popup-wrap {
	background: url(../imgs/features/popup/popup-back.png) repeat-y;		
}

.popup h3 {
	padding: 12px 0 10px 14px;
	font-weight: bold;
	position: relative;
}
	
.popup p {
	min-height: 120px;
	padding: 0 14px 80px 14px;
	margin: 0;
}	

.popup .footer {
	height: 12px;
	background: url(../imgs/features/popup/bottom.png) no-repeat left bottom;		
}

#content {
	background: url(../imgs/features/background.jpg) no-repeat center 68px;			
	height: 400px;
	position: relative;
	width: 850px;
	z-index: 1;
	padding-top: 60px;
}

.bullet {
	background: url(../imgs/features/popup/active-bullet.png) no-repeat;	
	height: 11px;
	width: 11px;
	position: absolute;
	right: -10px;
	display: none;
	bottom: -6px;
	z-index: 10;
}

.click2, .click4 {
	text-align: right;
}

.click2 .bullet, .click4 .bullet {
	left: -10px;
}