/* 代码整理：懒人之家 www.lanrenzhijia.com */
@import url(http://fonts.googleapis.com/css?family=Engagement);

#content {
	margin:0px auto 0;
	width:670px; 
}
#content a{ color:#fff!important
}
.demo1 {
	float:left;
	width:670px;
	height:680px;
	
}
.menu {
	margin-bottom:40px;
	text-align:center;
}
.menu a {
	color:#D7363A;
	font-size:14px;
	font-weight:normal;
	margin:0 0px;
}
.preloader {
	background:url(../images/loader.gif) no-repeat center #fff;
}


.marker {
	display:block;
	text-indent:-9999px;
	width:15px;
	height:23px; margin-top:-10px;
	outline:none;
	background:url(../images/marker.png) no-repeat;
	cursor:pointer;
}


.popup {
	width:auto;
	position:absolute;
	padding-left:20px; padding-right:30px; padding-bottom:10px; padding-top:10px;
	background:#086434;
	color:#fff;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
}
.popup h3 {
	margin:0;
	margin-bottom:0px;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight:normal;
	font-size:14px;
}
.popup .close {
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:4px;
	right:4px;
	width:16px;
	height:16px;
	outline:none;
	background:url(../images/close.gif) no-repeat;
	cursor:pointer;
}
.relative {
	position:relative;
}
.controls {
	position:absolute;
	top:0px;
	left:10px;
	z-index:20;
}
.controls a {
	background:#2a2a2a;
	background:rgba(0, 0, 0, .6);
	display:block;
	float:left;
	clear:both;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	margin-bottom:4px;
	outline:none;
	padding:0 15px;
	text-decoration:none;
}
.controls a:hover {
	background:#eee;
	color:#2a2a2a;
}
.controls .active {
	background:#D7363A;
	color:#fff;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */