.marquee {
  width: 200px;
  padding: 0 50px;
  overflow: hidden;
   margin-left: 5px;
  clear: both;
  text-align: center;
  
}

.ver {
  height: 260px;
  text-align: center;
  }
  
  
  #cont p img { 	opacity:0.3;
			filter:alpha(opacity=30);

}				
			
#cont p img:hover	{	opacity:1.0;
					filter:alpha(opacity=100);
				}

  
  #klienci		{	position: relative;
					width: 285px;
					padding: 10px;  
					margin-bottom: 20px;
					margin-left: 5px;
					/* fallback, czyli wersja dla starych przeglądarek */
					background-color:#82a6bc;
					background-image: linear-gradient(to right,#82a6bc, #b4c9d3);
					font-family: 'arial black';
					font-size: 15px;
					font-weight: 900;
					color: white;
					clear: both;
					
}