/*Slider ------------------------------------------------------------*/
/* ekleme: ozan*/
.damga {
	margin:-1px 0 -109px -1px;
	position:relative;
	z-index:999;
	width:42px;
	height:44px;
	background: url(../images/damga.png) no-repeat;
}

#slayt_arka_kisim{
	border:1px solid #5c5c5c;
	text-align:left;
	height:130px;
	width:200px;
	padding:0px;
	background:#171817;
/*	background:url(../images/showbg.png) top left no-repeat;*/ /*arkaya resim koymak isterseniz bunu aktif edip ilgili resim dosyasina kendi logonuzu ekleyin*/
}

#slideshow_wrap{
	height:130px;
	width:200px;
	margin:0 auto 0px auto;
	padding:0px;
	position:relative;
	text-align:left;
	overflow:hidden;
}
#slayt_arka_kisim ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#slayt_arka_kisim ul li,#slayt_arka_kisim ul li img{
	padding:0px;
	margin:0px;
	height:130px;
	width:200px;
}
#slayt_arka_kisim ul li {
	overflow:hidden;
	}
	
#control_wrap{
	position:absolute;	
	width:200px;
}
#control_wrap div{
	float:left;
	margin:0px;
	margin-left:5px;
	margin-top:15px;
	padding:0px;
	display:block;
	width:25px !important;
	height:22px !important;
	cursor:pointer;
}
#control_wrap #pause{
	background:url(../images/durdur.png) top left no-repeat ;
	}
#control_wrap #play{
	background:url(../images/oynat.png) top left no-repeat ;
	}
#control_wrap #next{
	background:url(../images/ileri.png) top left no-repeat ;
	}
#control_wrap #prev{
	background:url(../images/geri.png) top left no-repeat ;
	}
/* ekleme: ozan*/	
#control_wrap #pause:active{
background-position : 0% bottom;
	}
#control_wrap #play:active{
background-position : 0% bottom;
	}
#control_wrap #next:active{
background-position : 0% bottom;
	}
#control_wrap #prev:active{
background-position : 0% bottom;
	}