 ul.preview{
    height: 90%;
    margin: 20px auto 0;
    width: 97%;
}

ul.preview li{
	float:left;
	margin:4px;
	 height: 74px;
	 list-style:none;
	 background:#fff;
}

ul.preview li img{
    border: 1px solid #546177;
    opacity: 0.5;
	/*width:74px;
	height:74px;*/
}


ul.preview li img:hover{
    opacity: 1;
}

.img_pages_links{
	clear:left;
	width:90%;
	margin:0 auto;
	text-align: center;
	position:relative;
}

.img_pages_links a{
	color:#546177;
	padding:4px 5px;
	border:1px solid #a3b3c7;
	background-color:#fff;
	text-decoration:none;
	margin-left: 5px;
}


/*-----------разбиение-------------*/
.navi{
	  position: relative;
    text-align: center;
    top: 39px;
    width: 90%;
}
._page_href,
._page_href_active{
	position:relative;
	top:5px;
}

._page_href_active{
	color:#b8342c;
	padding:4px 5px;
	border:1px solid #a3b3c7;
	background-color:#fff;
	margin-left:5px;
}


._page_href_back,
span._page_href_back{
	position:absolute;
	left:0;
	background: url('/images/ar_left.jpg') no-repeat 5px center;
	padding-left: 20px !important;
	margin-left:-5px !important;
}
._page_href_next,
span._page_href_next{
		position:absolute;
	right:0;
	padding-right: 20px !important;
	background: url('/images/ar_right.jpg') no-repeat 55px center;
	margin-left:-5px !important;
}

span._page_href_back,
span._page_href_next{
	color:#546177;
	padding:5px;
	border:1px solid #a3b3c7;
	background-color:#fff;
	text-decoration:none;
	opacity:0.6;
}