/* SLİDER */
.Slider_Kapsayici {width:1800px; height:565px; position:relative; margin:auto; z-index:1; overflow:hidden; margin-top:-62px;}
.Slider_Maske {width:100%; height:565px; margin:-500px; margin-top:0px; position:absolute; z-index:3; background:url('../../../Images/Slider_Maske.png');}
.SliderResimler {position:absolute; width:1800px; height:565px; padding:0; margin-top:16px; overflow:hidden; z-index:2; background:url('../../../Images/Loading.gif') no-repeat center;} 
.SliderResimler img {top:0; left:0;}

.Slider_Alan {
	width:100%;
	height:705px;
	position:relative;
	margin-top:-161px;
}

/* SLİDER PAGER */
#SliderPager {
	position:absolute;
	width:177px;
	height:40px;
	z-index:5;
	margin:515px 0 0 140px;
	text-align:center;
}
#SliderPager a {
	display:inline-block;
	width:15px;
	height:16px;
	background:url('../../../Images/Slider_Pager.png') no-repeat left;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 2px;
	margin-top:12px;
}
#SliderPager a:hover {background-position:right;}
#SliderPager a.activeSlide {background-position:right;}


/* İLERİ GERİ BUTONLAR */
#SliderGeri {
	background:url('../../../Images/Slider_Nav.png') no-repeat top left;
	position:absolute;
	z-index:9;
	width:60px;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	left:350px;
	top:250px;
	opacity:0;
}
#SliderGeri:hover {background-position:bottom left;}
#SliderIleri {
	background:url('../../../Images/Slider_Nav.png') no-repeat top right;
	position:absolute;
	z-index:9;
	width:60px;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	top:250px;
	right:350px;
	opacity:0;
}
#SliderIleri:hover {background-position:bottom right;}





/* DUYURULAR SLİDER */
.Duyuru_Slider {width:500px; height:180px; position:absolute; z-index:1; margin-top:90px;} /* ESKİ HOME İÇİN margin-top:90px; */
.Duyuru_Slider h1 {position:absolute; font-weight:600; margin:-5px 0 0 165px; z-index:9;}
.Duyuru_Slider h1 a {position:relative; padding-left:55px; display:block; color:#005aab;}
.Duyuru_Slider h1 a:hover {color:#e81313; text-shadow:0 1px 0 rgba(255,255,255,.3); font-weight:600;}

.Duyurular {width:100%; height:131px; position:absolute;}
.Duyuru {width:100%; height:100%; position:relative;}
.Duyuru_Slider h3 {position:absolute; margin:30px 0px 0px 220px; font-weight:normal; letter-spacing:-0.04em;}
.Duyuru_Slider h3 a {color:#005aab; display:block; font-size:.90em; font-weight:600;}
.Duyuru_Slider h3 a:hover {color:#e81313; text-decoration:underline;}
.Duyuru_Slider p {color:#333; margin:60px 0 10px 210px; width:280px; font-size:.75em; line-height:20px; position:absolute; font-weight:normal;}

.Duyuru_Resim {
	width:170px;
	height:168px;
	overflow:hidden;
	position:absolute;
	margin-left:22px;
	overflow:hidden;
	margin-top:100px;
}
.Duyuru_Maske {
	width:170px;
	height:168px;
	position:absolute;
	overflow:hidden;
	z-index:1;
	background:url('../../../Images/Duyuru_Maske.png') no-repeat top center;
}
.Duyuru_Resim img {position:absolute; z-index:0;}


/* SLİDER PAGER */
#Duyuru_SliderPager {position:absolute; z-index:2; margin:150px 0 0 240px;}
#Duyuru_SliderPager a {
	display:inline-block;
	width:16px;
	height:17px;
	background:url('../../../Images/Duyuru_Pager.png') no-repeat center left;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 1px;
}
#Duyuru_SliderPager a:hover {background-position:right;}
#Duyuru_SliderPager a.activeSlide {background-position:right;}


/* İLERİ GERİ BUTONLAR */
#Duyuru_SliderGeri {
	position:absolute;
	z-index:9;
	width:13px;
	height:18px;
	background:url('../../../Images/Duyuru_Nav.png') no-repeat top left;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	left:8px;
	top:13px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#Duyuru_SliderGeri:hover {background-position:bottom left;}
#Duyuru_SliderIleri {
	position:absolute;
	z-index:9;
	width:13px;
	height:18px;
	background:url('../../../Images/Duyuru_Nav.png') no-repeat top right;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	left:24px;
	top:13px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#Duyuru_SliderIleri:hover {background-position:bottom right;}