/* SLİDER */
.Slider_Kapsayici {width:686px; height:484px; margin:auto; position:relative;}
.Slider_Maske {width:100%; height:100%; position:absolute; z-index:2; background:url('../../../Images/Slider_Maske.png'); display:block;}
.SliderResimler {position:absolute; width:100%; height:100%; padding:0; margin:0; overflow:hidden; z-index:1} 
.SliderResimler img {width:686px; top:0; left:0;}



/* SLİDER SAYFALAMA */
#SliderPager {
	width:241px;
	height:46px;
	margin:auto;
	background:url('../../../Images/Slider_Pager_Bg.png') no-repeat;
	position:absolute;
	z-index:3;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
#SliderPager a {
	display:inline-block;
	width:9px;
	height:10px;
	background:url('../../../Images/Slider_Pager.png') no-repeat left;
	overflow:hidden;
	text-indent:-9999px;
	position:relative;
	margin-right:9px;
	padding-top:43px;
}
#SliderPager a:first-child {margin-left:35px;}
#SliderPager a.activeSlide {background-position:right;}




/* İLERİ GERİ BUTONLAR */
#SliderGeri {
	position:absolute;
	z-index:9;
	background:url('../../../Images/Slider_Nav.png') no-repeat top left;
	width:48px;
	height:95px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	opacity:0;
	left:-100px;
	top:178px;
}
#SliderGeri:hover {background-position:bottom left;}
#SliderIleri {
	position:absolute;
	z-index:9;
	background:url('../../../Images/Slider_Nav.png') no-repeat top right;
	width:48px;
	height:95px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	opacity:0;
	right:-100px;
	top:178px;
}
#SliderIleri:hover {background-position:bottom right;}