#hizmetler {
	width:983px;
	height:auto;
	float:left;
	margin-left:17px;
	margin-bottom:20px;
	min-height:700px;
}
#hizmetler_baslik {	
	width:;
	height:19px;
	float:left;
	margin-left:20px;
	margin-top:;
	font-family: 'pf_dintext_probold';
	font-size:17px;
	color:#141414;
}
.hiz_box {
	width:186px;
	height:347px;
	float:left;
	margin-right:9px;
	margin-bottom:12px;
}
.hiz_gorsel{
	width:186px;
	height:347px;
	float:left;
	z-index:1;
	position:relative;
}
.hiz_baslik {
	width:186px;
	height:33px;
	padding-top:15px;
	text-align:center;
	font-family:'pf_dintext_probold';
	font-size:16px;
	color:#FFFFFF;
	background-image:url(../images/hiz_bg.png);
	background-repeat:repeat;
	margin-top:-347px;
	z-index:2;
	position:relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hiz_box:hover .hiz_baslik{
	width:186px;
	height:297px;
	padding-top:50px;
	text-align:center;
	font-family:'pf_dintext_probold';
	font-size:18px;
	color:#FFFFFF;
	background-image:url(../images/hiz_bg.png);
	background-repeat:repeat;
	margin-top:-347px;
	z-index:2;
	position:relative;
	-webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
	