/* Pager */
.pager {
margin-bottom: 1.6em;
font: 1em Arial,Helvetica,sans-serif;
color: #000;
}
.pager__item_kind_page {
position: relative;
margin: 0em 0.25em;
border-radius: 1.19em;
}
.pager__item, .pager__item:hover, .pager__item:visited:hover {
color: rgb(51, 51, 51);
text-decoration: none;
}
.pager__item {
font-size: 1.125em;
line-height: 2.38em;
display: inline-block;
min-width: 2.38em;
text-align: center;
}
.pager__link {
text-decoration: none;
-webkit-transition: color .15s ease-out;
transition: color .15s ease-out;
color: #00c;
}
.pager__item_kind_page:first-child {
margin-left: -0.25em;
}
.pager__item_current_yes, .pager__item_current_yes:hover {
cursor: default;
background-color: rgb(255, 235, 160) !important;
}
.pager__item_kind_page::before {
content: '';
position: absolute;
height: 100%;
left: -0.25em;
right: -0.25em;
}
.pager__item_kind_page:hover {
background-color: rgba(0, 0, 0, 0.0588235);
}
.pager_title {
	font-weight: bold;
}
/* selectimage, selectbackground */
.center_container {
	text-align: center;
}
.select_img_page {
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	background-color: #cccccc;
	width: 160px;
	height: 200px;
	border: 1px solid #888888;
	text-align: center;
	position: relative;
}
.select_img_page:hover {
	background-color: #eeeeee;
}
.select_img_selected {
	background-color: #ff8888;
}
.select_img_selected:hover {
	background-color: #ffcccc;
}
.select_img_image {
	margin:0 auto;
}
.select_img_image img {
	margin-top: 4px;
	max-width: 150px;
	max-height: 150px;
}
.select_imgtxt {
	text-align: center;
	margin-top: 5px;
	width: 100%;
	max-height: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 85%;
}
.select_img_btn {
	background-image: url(select_green_btn.png);
	width: 32px;
	height: 32px;
	position: absolute;
	top: 4px;
	right: 0px;
	cursor: pointer;
}
.select_img_btn_selected {
	background-image: url(select_red_btn.png);
}
/* select youtube video */
.select_vid_selected {
	background-color: #ff8888;
}
/* link to similar pages */
.similar-link {
	display: inline-block;
	background-color: #cccccc;
	border: 1px solid #888888;
	padding: 1px 5px;
	margin: 5px 5px;
	border-radius: 3px;
}