/* 
	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:845px; 
	height:150px; 
	padding:20px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}

#slider img { 
	width:200px; 
	height:125px; 
	margin:0px; 
	display:inline-block  
}

#slider li {
	width:210px
}


.your-class div {
    display: block;
    height: 100px;
    width: 200px;
}

html, body{
  background: #102131;
}
.slider {
    width: 400px;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    color: white;
}
  .parent-slide
  {
      padding:15px;
  }
  img{
      display: block;margin:auto;
  }





