/* slider */
.box .slider {
	width: 482px;
	overflow: hidden;
}
.box .slider .list {
	width: 482px;
	overflow: hidden;
	margin-bottom: 1em;
}
.box .slider .list table {
	margin: 0;
	padding: 0;
}
.box .slider h2 {
	margin-bottom: 10px;
}
/* pictures */
.box .pictures .list table a img {
	padding-top: 2px;
}
.box .pictures .list table td {
	width: 113px;
	height: 113px;
	padding: 0 0 0 10px;
	overflow: hidden;
	text-align: center;
}
.box .pictures .list table td.first {
	padding-left: 0;
}

.box .pictures .list table td a {
	display: block;
	width: 113px;
	height: 113px;
	overflow: hidden;
	background: #ebebeb;
}

.pagination {
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
}
.pagination ul {
	list-style-type: none;
	margin: 0;
}
.pagination ul li {
	display: inline;
	font-size: 1em;
	padding: 0 8px 0 0;
	margin: 0;
}
.pagination a:hover {
	color: #4d4d4d;
}