/* 
	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:1100px; 
	height:145px; 
	padding:20px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	border: 2px solid #ccc;
	margin-top: 54px;
}

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

#slider li {
	width:210px
}
.slider-container h2{
	font-size: 25px;
    font-weight: normal;
    
    font-family: AvantGradeITCbyBT-Book !important;
    letter-spacing: 2px;
text-transform: uppercase;
    text-align: center;
	margin:0px;
}


