/* CSS Document */
body {
	background: #eee;	
}
.logoSlider {
	position: relative;
	width: 80%;
	margin: 0 auto;
	height: 200px;
	overflow: hidden;
	background: #fff;
	}
.logoSlider-innerContainer {
	
}
.slide {
	display: inline-block;
	padding: 0 2em;
	
	}
.slide img {
	height: 120px;
	width: auto;	
}
div#wn { 
    position:relative; 
    width:180px; height:80px; 
    overflow:hidden;
}