/*flex_galery*/

.flex_galery {
	height: auto;
	margin-bottom:60px;
	padding: 0px 30px;
	clear: both;
}

.fg_arrow_cont { position:relative; }
.fg_move_cont { position:relative; overflow:hidden; }
.fg_block_cont { position:relative; left:0px; top:0px; }


.fg_container {
    border-right: 1px dashed #B2BCC9;
	/*background: #ddeedd;*/
	float:left;
	position:relative;
}

 /* arows */
.fg-left-arow,
.fg-right-arow { cursor:pointer; /*display:none;*/ background-repeat: no-repeat; }
.fg-left-arow-fls,
.fg-right-arow-fls { display:none; background-repeat: no-repeat;}

.fg-left-arow,
.fg-right-arow,
.fg-left-arow-fls,
.fg-right-arow-fls {
                position:absolute;
                top:50%;
				margin-top:-22px;
                width:23px;
                height:36px;
 }

.fg-left-arow,
.fg-left-arow-fls  { left:-26px; }
.fg-right-arow,
.fg-right-arow-fls { right:-26px; }

.fg-left-arow,
.fg-left-arow-fls {
    background-image: url(images/fg_arow.png);
}
.fg-left-arow-fls {
    background-position: left top;
}
.fg-left-arow {
    background-position: right top;
}
.fg-right-arow,
.fg-right-arow-fls {
    background-image: url(images/fg_arow.png); cursor: pointer;
}
.fg-right-arow {
    background-position: left bottom;
}
.fg-right-arow-fls {
    background-position: right bottom;
}


.fg_container img {
    float: left;
	margin-right:26px;
	margin-bottom:3px;
	border: 1px solid #c0c0cc;
}

.flex_galery .zuiy  {
   padding-right:14px;
}

.flex_galery .zuiy h2 {
	color: #000;
	font-size: 16px;
	margin-bottom:4px;
}

.flex_galery .zuiy div.data_new {
	margin-bottom:9px;
	color: #707883;
	font-size: 14px;
	font-weight: bold;
}

.flex_galery .zuiy p {
   margin-bottom:5px;
}

.flex_galery .zuiy p.more {
   margin-bottom:0px;
}


.minigaler div.red,
.minigaler div.red1 { border:1px solid #a80400 !important; }
 /* /minigaler */

