/* 
	jQuery Logo company Ticker 
	by http://webdesignandsuch.com
	build with code from http://bxcompany.com
*/


.company {
	list-style:none;
	padding:0px
}

.company-container { 
	/*display:inline-block;*/

	/*background:#222; */
	width:1170px; 
	height:360px; 
	padding:20px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}

.bx-window{
	width:1170px !important;
}

.company img { 
	width:200px; 
	height:125px; 
	margin:0px; 
	display:inline-block;  
  	opacity: 0.6;

}

.company img:hover{
  opacity: 1;

}
.company li {
	width:210px
}




