.Slider{
	width: 649px;
	height: 195px;
	overflow: hidden;
	text-align: left;
	clear: both;
	position: relative;
	background: url(../images/kutugaleriust.png) no-repeat top;
}


 
.Slider_left{
	position: absolute;
	top: 10px;
	left: 600px;
	width: 15px;
	height: 18px;
	overflow: hidden;
	cursor: pointer;
	z-index: 2;
}
.Slider_right{
	position: absolute;
	top: 11px;
	left: 622px;
	width: 15px;
	height: 18px;
	cursor: pointer;
	z-index: 2;
}
.Slider_container{
	position: absolute;
	top: 35px;
	left: 0px;
	width: 649px;
	height: 150px;
	z-index: 1;
}
.Slider_inner{
	position: relative;
	width: 649px;
	height: 160px;
	overflow: hidden;
}
.Slider_item {
	float: left;
	width: 162px;
	height: 160px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	background: url(../images/kutugaleri.png) no-repeat;
}
.Slider_item a{
	font: 100 8pt/14px Tahoma;
}
.Slider_item .item_inner{
	padding: 10px 10px 0px 10px;
}
.Slider_item .img img {
	width: 142px;
	height: 101px;
}
.Slider_item .title {
	cursor: pointer;
	font: 700 8pt/14px Tahoma;
	overflow:hidden;
	text-align:center;
	height:15px;
	margin: 9px 0px 1px 0px;
	color: #000000;
}
.Slider_item .spot {
	cursor: pointer;
	width: 140px;
	text-align:center;
	height: 14px;
	overflow: hidden;
	color:#999999;
}
