
#client372 .ibx-wrapper{max-width:1262px!important;}

#client372 .sliderContent:hover .ibx-overlay {
		background: rgba(0, 0, 0, 0.8);
		opacity: 1;
		}
#client372 .ibx-bottom, #client372 .ibx-top{
		background: rgba(0, 0, 0, 0.8);
	}
#client372 .ibx-text, #client372 .ibx-text a{
 color : #ffffff;
 font-size: 14px;
 text-align : left;
 text-decoration:none;
	}	
#client372 .ibx-viewport{
height: 90px!important;

}
#client372 .slide-contents-horizontal, #client372 .slide-contents-vertical {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    border: 1px solid #cccccc;
    border-radius: 4px;  
    height: 90px;
	background: #rrggbb;
    opacity: 0.6;
    transition: background 0.2s linear 0s, border 0.2s linear 0s, opacity 0.2s linear 0s;

	}
	
	#client372 .slide-contents-horizontal:hover,#client372 .slide-contents-vertical img:hover{
    opacity: 1;
	}
