@charset "utf-8";
/* CSS Document */
.contentWrap{
	clear:both;
	margin:0 0 90px;
}
.galleryBox{
	margin:0 auto;
	padding:25px 0;
	width:1000px;
}
.textBox{
	float:left;
	width:300px;
}
.textBox p{
	padding:15px 0 0;
	font-size:12px;
	font:#333;
}
.slide{
	position:relative;
	float:right;
	margin:0 27px 0 0;
	width:600px;
}
.thumbList{
	padding:11px 0 0;
}
.thumbList li{
	float:left;
	margin:13px 2px 0;
	padding:3px;
	width:40px;
	height:40px;
}
.thumbList li.selected{
	background-color:#B3BB6C;
}
.next{
	position:absolute;
	top:175px;
	right:-27px;
	cursor:pointer;
}
.prev{
	position:absolute;
	top:175px;
	left:-27px;
	cursor:pointer;
}
.yearTab{
	width:1000px;
	margin:0 auto;
	padding:30px 0 120px;
	height:66px;
}
.yearTab li{
	float:left;
	height:66px;
}
.yearTab li+li{
	margin-left:21px;
}