		a{text-decoration: none;}
		ul,li {margin: 0; padding: 0; list-style: none;}
       #slider { 
		   margin-top: 10px; overflow: hidden; width: 100%; height: 450px auto; position: relative; background: #fff; z-index: 0;  border:0px solid green;
		   margin-left: auto; margin-right: auto;
		}
		#slider ul#resim li a img{width:100%; height: 450px; z-index: -999; 
		 transform: scale(1.5);
    transition-duration: 140ms; 
		}
		
		#ok img{height:90px; margin-right: -15px; border: 1px solid #a0a0a0;}
		#buton img{width:120px;}

		/*#back::before{
		  content:''; 
		  height:0; 
		  width:0; 
		  top:0; 
		  border-style:solid; 
		  border-top-width: 200px;
		  border-right-width:1366px;
		  border-bottom-width:0px;
		  border-left-width:0px;
		  			
		  border-top-color:transparent;
		  border-right-color:#F2F5FF;
		  border-bottom-color:transparent;
		  border-left-color:transparent;
		  
		  position: relative;
		  margin-bottom: 0px;
		  z-index: 0;
		  
		}*/
		#sld { overflow: hidden; width: 100%; height:60%;  position: relative; background: #fff;  border:0px solid #c0c0c0; margin-top: 0px; text-align:center;}
		#sld div#back ul#buton{position: absolute; bottom: -10px; right:15px; z-index: 1;}
		#sld div#back ul#buton li{float:left;}
	
		
		#sld div#back ul#ok{position: absolute; bottom: -10px; right:15px; z-index: 1;}
		#sld div#back ul#ok li{float:left;}
		#sld div#back ul#buton li a{display:block; padding: 3px 1px; color:aliceblue; margin-right: 0px;}
		#sld div#back ul#buton li.aktif a{ opacity: 0.8; filter: alpha(opacity=50); background-color:azure;}


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.05, 1.05);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.05, 1.05);
    }
}



/*slider in ekrana yaklaşma efekti */

.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 5s;
    animation: zoom 5s;
}
