h1.title {
	background: #f8ac1b;
	font-family: 'almoni-dl';
	font-size: 14px;
	color: #000;
	padding: 3px;
	margin: 0;
}

h2 {
	font-family: 'almoni-dl';
	font-size: 22px;
	padding: 10px;
}

.Gallery-Page {
	margin-top: 20px;
	margin-bottom: 20px;
}

.Gallery-Page .Col-1 {
	width: 670px;
	float: right;
	margin-left: 20px;
}

.Gallery-Page .Col-2 {
	width: 250px;
	float: right;
}

.galleries {
	background: #FFF;
	padding-bottom: 14px;
	margin-bottom: 20px;
}

.gallery_side_adv {
	background: #FFF;
	margin-bottom: 20px;
}

.gallery_width_adv {
	background: #FFF;
	margin-bottom: 20px;
	text-align: center;
}

.galleryPic {
	float: right;
	width: 135px;
	border: 1px solid #CDCDCD;
	margin: 8px;
	overflow: hidden;
}

.galleryPic .pic {
	display: inline-block;
	width: 135px;
	height: 180px;
	overflow: hidden;
}

.galleryPic .pic img {
	-webkit-transition: all .2s ease-in-out;
}

.galleryPic:hover .pic img {
	-webkit-transform: scale(1.1);
}


.galleryPic2 {
	display: inline-block;
	width: 135px;

	border: 1px solid #CDCDCD;
	margin: 8px;
	overflow: hidden;
	display: inline-block;
	width: 135px;
	overflow: hidden;
}

.galleryPic2 img {
	-webkit-transition: all .2s ease-in-out;
}

.galleryPic2:hover  img {
	-webkit-transform: scale(1.1);
}

.galleryPic .info {
	padding: 5px;
	height: 30px;
	overflow: hidden;
}

.galleryPic .info .title {
	color: #3b5998;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 3px;
}

.galleryPic .info .date {
	color: #89919c;
	font-size: 12px;
}


.gpic {
	display: inline-block;
	width: 200px;
	border: 1px solid #CDCDCD;
	margin: 14px 14px 0 0;
}

.gpic .pic {
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.gpic .pic img {
	-webkit-transition: all .2s ease-in-out;
}

.gpic:hover .pic img {
	-webkit-transform: scale(1.1);
}



.galleryPic .txt {
	margin-top: 1px; text-align: center; height: 30px; font-size: 11px; background: #cdcdcd; border: 1px solid #CDCDCD; overflow: hidden;
}

.galleryPic .rank {
	background:#79a234; width: 200px; margin: auto;
}

.galleryPic .rank table {
	font-size: 11px;
	color: #FFF;
}

.galleryPic .rank table a {
	font-size: 11px;
	color: #FFF;
}

.folderPic_first {
	margin: 5px; float: right; width: 410px; height: 260px;
}

.folderPic_first .pic {
	width: 410px; height: 240px; overflow: hidden; cursor: hand; cursor: pointer; border: 1px solid #CDCDCD;
}

.folderPic_first .txt {
	width: 410px; height: 30px; cursor: hand; cursor: pointer; background: #CDCDCD; font-size: 12px; overflow: hidden; padding: 1px;
}

.folderPic {
	margin: 5px; float: right; width: 200px; height: 130px;
}

.folderPic .pic {
	width: 200px; height: 100px; overflow: hidden; cursor: hand; cursor: pointer; border: 1px solid #CDCDCD;
}

.folderPic .txt {
	width: 200px; height: 30px; cursor: hand; cursor: pointer; background: #CDCDCD; font-size: 12px; overflow: hidden; padding: 1px;
}

.folderPic:hover .pic, .folderPic_first:hover .pic {
	border: 1px solid #8ba43c;
}

.folderPic:hover .txt, .folderPic_first:hover .txt {
	background: #8ba43c;
}

