.subBlockListForPage{
	moz-transition: all 0.5s;
	opacity: 1;
	o-transition: all 0.5s;
	transition: all 0.5s;
	webkit-transition: all 0.5s;
}
#listForPage.hiddenListForPage>.newSubBlock.subBlockListForPage{
	opacity: 0;
}
.pagination{
	text-align: center;
	margin-top:27px;
}
.paginationBlock{
	display: inline-block;
}
.pageButton{
	display: inline-block;
	float: left;
	margin: 0 7px 0 7px;
}
#addPage{
	margin-bottom:25px;
}
.pageButtonAdd{
	float:none; 
	width: auto;
	padding: 0 40px 0 40px;
	line-height: 38px;
	height: 39px;
	font-size: 14px;
	border-radius:0;
}
.pageButtonAdd:active{
	line-height: 40px;
}
.numberPage{
	border-radius: 3px;
	font-size: 19px;
	height: 27px;
	line-height: 27px;
	width: 27px;
	color:#8A8A8A
}
.ellipsisPage{
	margin: 0;
	width: 18px;
	padding: 6px 0 6px 0;
}
.numberPage:hover{
	color:#E5BE93
}
a.color_.numberPage,a.color_.numberPage:hover{
	text-decoration: none;
}
.currentPage.numberPage:hover,.currentPage.numberPage{
	border: none;
	color: #292929;
	cursor: default;
}
/*.firstPage,.lastPage{
	width: 20px;
}*/
.imgPagin{
	background: url('/img/global/all_icons.png') no-repeat;
	height: 10px;
	margin:9px 15px 0 15px;
}
.prevPage,.nextPage{
	width: 21px;
}
.noClickPage{
	cursor: default;
	opacity: 0.5;
}
/*.firstPage{
	background-position: 0 -96px;
}
.lastPage{
	background-position: -18px -96px;
}*/
.prevPage{
	background-position: -204px -281px;
}
.nextPage{
	background-position: -204px -269px;
}/*
.clickPage.firstPage:hover{
	background-position: -39px -96px;
}
.clickPage.lastPage:hover{
	background-position: -57px -96px;
}*/
.clickPage.prevPage:hover{
	background-position: -204px -305px;
}
.clickPage.nextPage:hover{
	background-position: -204px -293px;
}




#fountainG{
	position:relative;
	width:128px;
	height:25px;
	margin:0 auto 7px auto;
	display:none;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(229,190,147);
	width:14px;
	height:14px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.235s;
		-o-animation-duration:1.235s;
		-ms-animation-duration:1.235s;
		-webkit-animation-duration:1.235s;
		-moz-animation-duration:1.235s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:14px;
}

#fountainG_1{
	left:0;
	animation-delay:0.196s;
		-o-animation-delay:0.196s;
		-ms-animation-delay:0.196s;
		-webkit-animation-delay:0.196s;
		-moz-animation-delay:0.196s;
}

#fountainG_2{
	left:16px;
	animation-delay:0.3125s;
		-o-animation-delay:0.3125s;
		-ms-animation-delay:0.3125s;
		-webkit-animation-delay:0.3125s;
		-moz-animation-delay:0.3125s;
}

#fountainG_3{
	left:32px;
	animation-delay:0.439s;
		-o-animation-delay:0.439s;
		-ms-animation-delay:0.439s;
		-webkit-animation-delay:0.439s;
		-moz-animation-delay:0.439s;
}

#fountainG_4{
	left:48px;
	animation-delay:0.5655s;
		-o-animation-delay:0.5655s;
		-ms-animation-delay:0.5655s;
		-webkit-animation-delay:0.5655s;
		-moz-animation-delay:0.5655s;
}

#fountainG_5{
	left:64px;
	animation-delay:0.692s;
		-o-animation-delay:0.692s;
		-ms-animation-delay:0.692s;
		-webkit-animation-delay:0.692s;
		-moz-animation-delay:0.692s;
}

#fountainG_6{
	left:80px;
	animation-delay:0.8085s;
		-o-animation-delay:0.8085s;
		-ms-animation-delay:0.8085s;
		-webkit-animation-delay:0.8085s;
		-moz-animation-delay:0.8085s;
}

#fountainG_7{
	left:96px;
	animation-delay:0.935s;
		-o-animation-delay:0.935s;
		-ms-animation-delay:0.935s;
		-webkit-animation-delay:0.935s;
		-moz-animation-delay:0.935s;
}

#fountainG_8{
	left:112px;
	animation-delay:1.0615s;
		-o-animation-delay:1.0615s;
		-ms-animation-delay:1.0615s;
		-webkit-animation-delay:1.0615s;
		-moz-animation-delay:1.0615s;
}
@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(229,190,147);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(229,190,147);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(229,190,147);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(229,190,147);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(229,190,147);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}