/* box.css */

.box {
	margin-bottom: 2em;
}
.last .box {
	margin-bottom: 0;
}
.box h2 {
	font-size: 2.4em;
  font-weight: normal;
	margin-bottom: 0.8em;
}
.box .box_content {
	font-size: 1.2em;
	line-height: 1.65em;
}
.box .box_content h2,
.box .box_content h3,
.box .box_content h4,
.box .box_content h5,
.box .box_content h6 {
	font-weight: normal;
}
.box .box_content h2 { /*18px*/
	font-size: 1.385em;
	text-transform: none;
}
.box .box_content h3 {
	font-size: 1.308em; /*17px*/
}
.box .box_content h4 {
	font-size: 1.231em; /*16px*/
}
.box .box_content h5 {
	font-size: 1.154em; /*15px*/
}
.box .box_content h6 {
	font-size: 1.077em; /*14px*/
}
.box .box_content img.picture {
	float: right;
	margin: 0 0 1em 2em;
}
.box p,
.box ul,
.box ol,
.box table {
	margin-bottom: 1em;
}
.box li {
	margin-left: 2em;
}
.box form ul,
.box form ol {
	margin-bottom: 0;
}
.box form li {
	margin-left: 0;
}


/* pictures */
.pictures_list {
	margin: 20px 0;
  padding: 15px 69px;
  border: 1px solid #666;
  position: relative;
  width: 800px;
  height: 100px;
}
.pictures_list .inner {
  overflow: auto;
  width: 100%;
}
.pictures_list ul {
	list-style-type: none;
	margin: 0;
  padding: 0;
  white-space: nowrap;
}
.pictures_list ul li {
	margin: 0 25px 0 0;
	display: inline;
	text-align: center;
}
.pictures_list ul li.last {
	margin-right: 0;
}
.pictures_list ul li a {
	display: inline-block;
	width: 120px;
	height: 80px;
	text-align: center;
  background: #464646;
	padding: 9px;
  border: 1px solid #161616;
  vertical-align: top;
}
.pictures_list ul li.prev,
.pictures_list ul li.next {
	margin: 0;
  position: absolute;
  top: 50px;
}
.pictures_list ul li.prev {
	left: 19px;
}
.pictures_list ul li.next {
	right: 19px;
}
.pictures_list ul li.prev a,
.pictures_list ul li.next a {
	width: auto;
	height: auto;
	text-align: center;
  background: none;
	padding: 0;
  border: none;
  display: none;
}

.pictures_title {
  font-size: 1.5em !important;
}
