
/* ***** 23 - syllogos1 OVERLAY ***** */ 
  
		.ggom_23_0 { /* outlined_box */
			bottom: -100%; left: 0px;padding: 0px;
					opacity: 0.7; filter: alpha(opacity=70);
					
					transition: all 400ms ease 0s;
					-webkit-transition: all 400ms ease 0s;
					-ms-transition: all 400ms ease 0s;
					
			z-index: 1090; 
		}
		.gg_img:hover .ggom_23_0 {
			bottom: 0px; left: 0px;padding: 0px;
					opacity: 1; filter: alpha(opacity=100);
					
		}
		
			.ggom_23_0:before {
				
					transition: all 400ms ease 0s;
					-webkit-transition: all 400ms ease 0s;
					-ms-transition: all 400ms ease 0s;
					
				top: 0px; 
				right: 0px;
				bottom: 0px;
				left: 0px;
				box-shadow: 0 0 0 1px #444444;
			}
			.gg_img:hover .ggom_23_0:before {
				
					border-color: #666666;
				top: 0px; 
				right: 0px;
				bottom: 0px;
				left: 0px;
				box-shadow: 0 0 0 1px #666666;
			}
			
		.ggom_23_1 { /* title */
			text-align: left;
					font-size: 14px;
					line-height: 19px;
					
					color: #222222;
		}
		.gg_img:hover .ggom_23_1 {
			
					color: #383838;
		}
		
		.ggom_23_2 { /* descr */
			text-align: left;
					font-size: 14px;
					line-height: 19px;
					
					color: #222222;max-height: 600px;
						
		}
		.gg_img:hover .ggom_23_2 {
			
					color: #383838;
		}
		
		.ggom_23_3 { /* txt_block */
			top: 0px; left: 0px;
							background-color: rgba(255,255,255, 0.7);
							
		}
		.gg_img:hover .ggom_23_3 {
			top: 0px; left: 0px;
							background-color: rgba(255,255,255, 1);
							
		}
		
	.gg_img .ggom_23_4.ggom_txt_wrap .ggom_layer {
		
					transition: all 400ms ease 0s;
					-webkit-transition: all 400ms ease 0s;
					-ms-transition: all 400ms ease 0s;
						
		
	}
	.gg_img:hover .ggom_23_4.ggom_txt_wrap .ggom_layer {
		
	}
	.gg_img .ggom_23_4 .ggom_mark {
		
					transition: all 400ms ease 0s;
					-webkit-transition: all 400ms ease 0s;
					-ms-transition: all 400ms ease 0s;
						
	}
	
	.ggom_23_4.ggom_txt_wrap {
		top: 0px; left: 0px;	
		
					transition: all 400ms ease 0s;
					-webkit-transition: all 400ms ease 0s;
					-ms-transition: all 400ms ease 0s;
					
		
	}
	
	.gg_img:hover .ggom_23_4.ggom_txt_wrap {
		top: 0px; left: 0px;	
	}
	