/*flex_galery*/

.flex_galery {
	height: auto;
	padding: 0px 58px 0px;
	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:40%;
				margin-top:-22px;
                width:38px;
                height:68px;
 }

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

.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 {
	display: block;  /*border-radius: 113px;*/ border: 1px solid #cdbea5;
	float: left;
	margin-right:26px;
	margin-bottom:3px;
	border: 1px solid #c0c0cc;
}

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

.flex_galery .zuiy h2 {
	color: #0090a2;
	font-size: 18px; font-weight: normal;
	margin-bottom:5px;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

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


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

