
#content {
	width: 1200px;
	margin: 90px auto;
	padding: 30px;
	background: #FFF;
	border-radius: 4px;
}

h1 {
	margin: 0;
}

p {
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

/* a { 
	outline-color: #888;padding: 7px 0;	
} */
* {
	padding: 0px
}

#gallery img {
	border: none;
}

#gallery_nav {
	float: right;
	width: 450px;
	text-align: center;
	/* background: #EDEDED; */
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 80px;
}

#gallery_nav a {
	width: 130px;
	line-height: 130px;
	height: 130px;
	display: block;
	text-align: center;
	margin: auto;
	/* background: chocolate; */
	display: table-cell;
	padding: 10px;
}

#gallery_nav a>img {
	height: 100%;
	text-align: center;
	margin: auto;
}

#gallery_output {
	float: left;
	width: 600px;
	height: 500px;
	overflow: hidden;
	/* background-color: #ededed; */
	padding: 20px;
}

#gallery_output>img {
	/* 	width: 100px; */
	height: 100%;
}

#gallery_content {
	float: right;
	width: 430px;
	margin-right: 80px;
	margin-top: 40px;
}

#gallery_output img {
	display: block;
	margin: 0px auto 0 auto;
	padding-bottom: 20px;
}

#gallery_output p {
	display: block;
	margin: 0px auto 0 auto;
}

.zz {
	border: 1px solid #ccc;
	/* background-color: #ededed; */
}

#gallery_content p >span:nth-child(1) {
	font-size: 20px;
	color: #333333;
}

#gallery_content p >span:nth-child(2) {
	/* border-top: 1px solid #333333; */
	display: inherit;
	padding-top: 10px;
	/* margin-top: 10px; */
	text-align: left;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}