/* 
	jQuery Logo Slider Ticker 
	by http://webdesignandsuch.com
	build with code from http://bxslider.com
*/


#slider {
	list-style:none;
	padding:0px
}

.slider-container { 
	background:#222; 
	width:1100px; 
margin-bottom:20px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	
	background: none !important;
}

#slider img { 
	width:120px; 
	height:50px; 
	margin:0px; 
	display:inline-block  
}

#slider li {
	width:210px
}

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

li.pager {width:160px !important;}




