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

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

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

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

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


 .videoGaleri1 .videoGaleri1-item .videoGaleri1-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;
 }