.SliderGenel {
	width:930px;
	height:540px;
	position:relative;
	z-index:0;
	right:0;
	margin-left:30px;
}
.SliderKapsayici {
	width:930px;
	height:540px;
	margin:0;
	padding:0;
	top:0;
	position:absolute;
	background:url('../../Images/Slider_Maske.png') no-repeat bottom center;
}
.SliderResimler {
	position:relative; 
    width:930px;
	height:540px;
	overflow:hidden;
    padding:0;
    margin:0;
	background:url('../../Images/AjaxLoader.gif') no-repeat center;
	z-index:-2;
}
.SliderResimler img {top:0; left:0;}




/* İLERİ GERİ BUTONLAR */
#SliderIleri {
	z-index:50;
	background:url('../../Images/Ileri.png') no-repeat;
	width:78px;
	height:77px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	right:325px;
	top:470px;
	position:absolute;
}
#SliderIleri:hover {opacity:1;}
#SliderGeri {
	z-index:50;
	background:url('../../Images/Geri.png') no-repeat;
	width:61px;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	right:380px;
	top:495px;
	position:absolute;
}
#SliderGeri:hover {opacity:1;}
#SliderPager {display:none;}