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

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

.fotoGaleri1 .fotoGaleri1-item .fotoGaleri1-item-image
{
	width: 159px;
	height:106px;
	border:1px solid #6B6B6B;
	position:absolute;
}

.fotoGaleri1 .fotoGaleri1-item .fotoGaleri1-item-image div
{
	width:159px;
	height:106px;
	overflow: hidden;
}

.fotoGaleri1 .fotoGaleri1-item .fotoGaleri1-item-image div img
{
	width:159px;
	min-height:106px;
}

 .fotoGaleri1 .fotoGaleri1-item .fotoGaleri1-item-title
 {
     display:none;
 }

 .fotoGaleri1 .fotoGaleri1-item:hover .fotoGaleri1-item-title
 {
     display:block !important;
 	font-size:11px;
 	line-height:14px;
 	font-weight: bold;
 	color:#ffffff;
	text-align: left;
	border-top:1px solid #FFFFFF;
	width:149px !important;
	height:40px !important;
	padding:5px;
	position:relative;
	margin-top:-50px;
	background:url("../img/gray2-transparent-bg.png");
	text-decoration:none !important;
	text-align:center;
 }