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


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

.slider-container { 

	width:940px; 
	/*height:150px; 
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; */
	border-bottom:1px solid #e1dfdf;
	border-top:1px solid #e1dfdf;
	padding:5px 0 5px 0; 
	margin-bottom:10px;
	background:#fff;
	
}

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

#slider li {
	width:150px
}




