/* 
	jQuery Logo Slider Ticker 
	by http://webdesignandsuch.com
	build with code from http://bxslider.com
*/


#slider {
	list-style:none;
	padding:0px
}
.bx-window, .bx-wrapper {
	width: 100%!important;
}
.slider-container { 
	background:#222; 
	width:100%; 
	height:150px; 
	padding:20px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#slider img { 
	/*width:200px; */
	height:70px; 
	margin:0;
	/*padding: 10%; */
	display:inline-block
}

#slider li {
	width:300px;
	text-align: center;
}




