.fotoGaleri3 
{
	padding-top:47px;
	width:667px;
	background:url("../img/fotoGaleri-title-bg.png") no-repeat top left #e4e4e4;
	text-align: center;
	margin-top:10px;
    position:relative;
}

.fotoGaleri3 a.fotoGaleri3-item:hover .fotoGaleri3-item-title
{
	text-decoration: underline;
}
.fotoGaleri3 a.fotoGaleri3-item 
{
	display: inline-block;
	width:145px;
	overflow:hidden;
	margin:0px 5px 4px;
	cursor:pointer;
	color:#000000;
	text-decoration: none;
	background:url("http://yeniadana.net/img/fotoGaleri-footer-bg.png") no-repeat bottom center;
	
}

.fotoGaleri3 .fotoGaleri3-item .fotoGaleri3-item-image
{
	width: 145px;
	height:99px;
}

.fotoGaleri3 .fotoGaleri3-item .fotoGaleri3-item-image div
{
	width:135px;
	height:90px;
	overflow: hidden;
	border:5px solid #FFFFFF;
}

.fotoGaleri3 .fotoGaleri3-item .fotoGaleri3-item-image div img
{
	width:135px;
	min-height:90px;
}


 .fotoGaleri3 .fotoGaleri3-item .fotoGaleri3-item-title
 {
 	font-size:12px;
 	line-height:14px;
 	font-weight: bold !important;
 	color:#000000;
	text-align: left;
	border-top:1px solid #FFFFFF;
	width:135px !important;
	height:28px !important;
	padding:3px;
	overflow:hidden;
	text-decoration:none !important;
	text-align:center;
 }