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


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

.slider-container { 
	background:#fff; 
	width:1126px; 
	height:150px; 
	padding:20px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:40px;
	 
}

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

#slider li {
	width:210px;
	border-left:0.5px solid #CCC;
	border-right:0.5px solid #CCC;
	border-bottom:0.5px solid #CCC;
	border-top:0.5px solid #CCC;
	margin:10px;
	
}
.bx-wrapper .bx-window{
	margin-bottom:30px;
	width:1030px !important;
	box-shadow:0px 2px 10px;
	
}
/*----------------------------------------------*/




