section.pxl {
	max-height: 15px;
	overflow: hidden;
	background-color:#FAF9E9;
	border-left:8px #006699 solid;

	padding: 10px;
	color: #000;
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	-o-transition: max-height 1s ease;
	transition: max-height 1s ease;
	line-height:20px;
}
section:hover {max-height: 200px;}

span.pixel{color:#006666; font-weight:bold; display:block; margin-bottom:15px;}

.temizle{
	position:relative;
	height:15px;
}