#galleries {
	/*width: 79%;*/
	height: auto;
	margin-top: 20px;
}
.gallery_item {
	width: 22%;
	height: 90px;
	float: left;
	text-align: center;
}
.gallery_item img {
	border: 1px solid #909090;
}
.gallery_item_container {
	clear:left;
	width: 100%;
	height: 100px;
}
.clearer {
	clear: left;
}
.item {
	width: 98px;
	height: 131px;
	margin: 0 auto;
}
.item img {
	margin: 0 auto;
	display: block;
}
.gallery_image {
	clear: left;
	width: 90px;
	height: 85px !important;
	height: 90px;
	margin: 0 auto;
	padding-top: 15px;
}
.pages {
	text-align: center;
	clear: left;
}
.pages.top {
	margin-bottom: 10px;
}
.pages a {
	color: #303030;
}
.pages a.active {
	text-decoration: none;
}
.pages.bottom {
	margin-top: 10px;
}
.page_block {
	clear: left;
	width: 100%;
	border-top: 1px solid #CBCDCE;
	border-bottom: 1px solid #CBCDCE;
	margin-top: 6px;
}
.page_block td {
	width: 33%;
	padding: 5px 0;
}
.page_left_cell {
	color: #4278B4;
}
.pages_right_cell {
	text-align: right;
	color: #4278B4;
	width: 34% ! important;
}
.page_middle_cell {
	text-align: center;
}
.pages_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pages_list li {
	display: inline;
	margin: 0 1px;
}
.pages_list li a {
	padding: 0 1px;
	text-decoration: none;
	color: #4278B4;
}
.pages_list li.active_page a {
	color: #D10000;
	text-decoration: underline;
	font-weight: bold;
}


