
.company_logos{
	padding:2em 0;
	background:#F6F6F6;
}
.company_logos h3{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#42505F;
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:center;
	font-size:1.8em;
	font-weight:650;
}
.ocarousel_window {
	width: 100%;
}
.ocarousel {
    display: none;
    padding:20px 0;
    position:relative;
}
.ocarousel span a.prev,.ocarousel span a.next{
	position:absolute;
	top:38%;
}
.ocarousel span a.prev{
	left: 0;
	font-size: 3em;
	color:#F94B4B
}
.ocarousel span a.next{
	right:0;
	font-size: 3em;
	color:#F94B4B
}
.ocarousel span a img{
    padding-top:5px;	
}
.ocarousel_window {
   overflow: hidden;
   white-space: nowrap;
   /* default size */
   width:90%;
   margin:0 auto;
}
.ocarousel_window_slides {
   position: relative;
   margin: 0 auto;
   overflow: hidden;
   width: 50000px;
   white-space: nowrap;
 }
.ocarousel_window_slides * {
    float: left;
    white-space: normal;
    margin: 0 5px;
}
.ocarousel_indicators {
    width: 100%;
}