/*Описание стиля слоя постраничной навигации*/
.layerNav-style{
	position: relative;
	margin-top: 14px;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 13px;
	color: #323232;
	background: rgba(86,85,85,0.8);
	padding: 12px;
}

/*Цвета ссылок*/
.layerNav-style a:link{
	text-decoration: none;
	color: #323232; 
}
.layerNav-style a:visited{
	text-decoration: none;
	color: #323232; 
}
.layerNav-style a:active{
	text-decoration: none;
	color: #323232; 
}
.layerNav-style a:hover{
	text-decoration: none;
	color: #323232; 
}

/*Описание стиля для названия*/
.pageNavigationTitle-style {
	float: left;
	width: 116px;
	height: 33px;
	background-color: #e2e2e2;
	background-image: linear-gradient(transparent 50%, #d6d6d6 50%);
	text-align: center;
	padding-top: 12px;
}

/*Описание стиля кнопки начала и конец*/
.pageNavigationBegin-style, .pageNavigationBeginNotActive-style,
.pageNavigationOver-style, .pageNavigationOverNotActive-style {
	width: 52px;
	height: 45px;
	background-color: white;
	background-image: linear-gradient(transparent 50%, #ebebeb 50%);
	float: left; 
	font-size: 14px;  
	text-align: center;
	line-height: 41px;
    vertical-align: middle;
    white-space: nowrap;
	margin-left: 11px;
}

/*Описание стиля Кнопки с номерами страниц*/
.pageNavigationPage-style, .pageNavigationPageActive-style,
.pageNavigationPrev-style, .pageNavigationPrevNotActive-style,
.pageNavigationNext-style, .pageNavigationNextNotActive-style {
	width: 52px;
	height: 45px;
	float: left;
	background-color: white;
	background-image: linear-gradient(transparent 50%, #ebebeb 50%);
	font-size: 14px;
	text-align: center;
	line-height: 41px;
    vertical-align: middle;
    white-space: nowrap;
	margin-left: 11px; 
}

/*Кнопки след. и пред.*/
.pageNavigationNext-style, .pageNavigationNextNotActive-style,
.pageNavigationPrev-style, .pageNavigationPrevNotActive-style {  
	font-size: 24px;
	text-align: center;
	line-height: 41px;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #e2e2e2;
	background-image: linear-gradient(transparent 50%, #d6d6d6 50%);
	margin-left: 11px; 
}

/*Ховеры для кнопок*/
.pageNavigationPage-style:hover {
	background-color: white;
	background-image: url('/images/active-button.png');
	background-position: center top;
	cursor: pointer; 
}
.pageNavigationPrev-style:hover {
	background-color: white;
	background-image: url('/images/active-button.png');
	background-position: center top;
	cursor: pointer; 
}
.pageNavigationNext-style:hover {
	background-color: white;
	background-image: url('/images/active-button.png');
	background-position: center top;
	cursor: pointer; 
}
.pageNavigationBegin-style:hover {
	background-color: white;
	background-image: url('/images/active-button.png');
	background-position: center top;
	cursor: pointer; 
}
.pageNavigationOver-style:hover {
	background-color: white;
	background-image: url('/images/active-button.png');
	background-position: center top;
	cursor: pointer; 
}

/*Описание стиля Кнопка конец*/
.pageNavigationOver-style, .pageNavigationOverNotActive-style {

}

/*Очистить обтекание*/
.clear {
	clear: both;
}



/*Кнопка пред.*/
.pageNavigationPrev-style{}

/*Кнопка пред. не активная*/
.pageNavigationPrevNotActive-style{}

/*Кнопка нач. не активная*/
.pageNavigationBeginNotActive-style{}

/*Кнопки с номерами активных страниц*/
.pageNavigationPageActive-style{
	background-color: white;
	background-image: url('/images/active-button.png');
	background-position: center top;
}

/*Кнопка след.*/
.pageNavigationNext-style{}

/*Кнопка след. не активная*/
.pageNavigationNextNotActive-style{}
