#wp_man.loader{background: url(../img/loader.gif) center center  no-repeat; position:relative; z-index:9; height:89px;}
#wp_man_wrapper{ display:none;}
#wp_man {
  background: white;
	width: 100%;
	margin-left: 0;
  display: inline-block;
	padding: 15px 0;
	position:  relative;
  margin-bottom: 30px; 
}

#wp_man a:hover img{ opacity:1;filter:alpha(opacity=100);}
#wp_man a {
	text-decoration: none;
	display: block;
	float:left;
  margin: 0 5px;
}
#wp_man img {
	display:block;
  margin: 0 auto;	
	opacity:0.7;
	filter:alpha(opacity=70);
	-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#wp_man a.prev, #wp_man a.next {	
	width: 27px;
	height: 27px;
	display: block;
	position: absolute;
	top:39%;
	display:none;
	opacity:0; filter:alpha(opacity=0); -moz-transition: opacity 300ms ease, left 300ms ease, right 300ms ease; -webkit-transition: opacity 300ms ease, left 300ms ease, right 300ms ease; -o-transition: opacity 300ms ease, left 300ms ease, right 300ms ease; transition: opacity 300ms ease, left 300ms ease, right 300ms ease;
}

#wp_man:hover a.prev{opacity:1;filter:alpha(opacity=100); left:0;}
#wp_man:hover a.next{opacity:1;filter:alpha(opacity=100); right:0;}
#wp_man a.prev { left:-27px;	}
#wp_man a.prev:hover, #wp_man a.next:hover { color: #000; }
#wp_man a.next { right:-27px; }
#wp_man a.prev.disabled, a.next.disabled {cursor: default;  }
#wp_man:hover a.prev.disabled, #wp_man:hover a.next.disabled {opacity: 0.2}
#wp_man a.prev span, a.next span {
	display: none;
}

/* font */
@font-face {
  font-family: 'wpmanufacturerlogo';
  src: url('../font/wpmanufacturerlogo.eot?33209663');
  src: url('../font/wpmanufacturerlogo.eot?33209663#iefix') format('embedded-opentype'),
       url('../font/wpmanufacturerlogo.woff?33209663') format('woff'),
       url('../font/wpmanufacturerlogo.ttf?33209663') format('truetype'),
       url('../font/wpmanufacturerlogo.svg?33209663#wpmanufacturerlogo') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'wpmanufacturerlogo';
    src: url('../font/wpmanufacturerlogo.svg?33209663#wpmanufacturerlogo') format('svg');
  }
}
*/
 
 [class^="wpicon-"]:before, [class*=" wpicon-"]:before {
  font-family: "wpmanufacturerlogo";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.wpicon-left-open:before { content: '\e801'; } /* '' */
.wpicon-right-open:before { content: '\e800'; } /* '' */

/* fix dotted border on icons click */

/* IE */
a#wp_man_prev, a#wp_man_next, a#wp_man_prev:active, a#wp_man_next:active, a#wp_man_prev:focus, a#wp_man_next:focus {
    outline: 0;
    outline-style:none;
    outline-width:0;
}
 