#fotoBlock,
#fotoBlock .view{position:relative; min-width:700px; min-height:450px; margin:5px auto; text-align:center;}
#fotoBlock{margin-bottom:20px;}
#fotoBlock .view{width:700px;}
/* Просмотр фото */
/*#fotoBlock .view .img_load{position:absolute; top:220px;}*/
#fotoBlock .prev,
#fotoBlock .next{position:absolute; top:0; display:block; width:90px; height:100%; //margin-bottom:-1px;}
#fotoBlock .prev{left:0;}
#fotoBlock .next{right:-2px;}
#fotoBlock .prev:hover .prev_arr{background-position:0 -178px;}
#fotoBlock .next:hover .next_arr{background-position:0 -120px;}
#fotoBlock .next:hover,
#fotoBlock .prev:hover{background:#f0f0f0; background:rgba(0, 0, 0, 0.2);}
#fotoBlock .next_arr,
#fotoBlock .prev_arr{position:absolute; top:49%; width:57px; height:61px; background:url(/i/view_arrow.png) no-repeat;}
#fotoBlock .prev_arr{left:20px; background-position:0 0;}
#fotoBlock .next_arr{right:0px; background-position:0 -61px;}