

#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}

#sliderFrame 
{
    position:relative;
 width:1090;
    margin: 0 auto;
padding:1px 
	
}

#slider, #slider div.sliderInner {
     width:1090;
     border:0px solid #525050;
margin:4px 4px 4px 4px;




	height:296px;
	/* Must be the same size as the slider images */

}

#slider {
	background:transparent url(loading.gif) no-repeat 50% 50%;
	position:relative;

    
}
#slider img {
 width:100%;
 
   
}

/* the link style (if an image is wrapped in a link) */
#slider a.imgLink
 {
	z-index:2;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:40px;
	border:0;
	padding:0;
	margin:0;
	width:100%;height:100%;
}

#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position:absolute;
 width:100%;
	height:auto;
	padding:13px 0;/* yazı */
	left:0px; /* */
	bottom:0px;/* */
	z-index:3;
	overflow:hidden;
	font-size: 0;
	
}
#slider div.mc-caption-bg {
   
	background:#494848;/*  */
	
	
}
#slider div.mc-caption-bg2 {
    background:none;
}
#slider div.mc-caption {
	 font-family:Arial;    /*  slider yazı */
	 font-style:italic;
	font-size:26px;
	color:white;
	z-index:4;
	text-align:left;
    background:none;
	padding-left:33px;
}
#slider div.mc-caption a {
	color:#FB0;
}
#slider div.mc-caption a:hover {
	color:#DA0;
}

#slider div.navBulletsWrapper  {
	bottom:10px;/* Its position is relative to the #slider */
	text-align:center;
	background:none;
	font-size:0; 
	position:absolute;
	z-index:5;
	right:22px;
	width:auto;
}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width:16px;
	height:16px;
background:#EEE;
    color:#AAA;
    font-size:0;
    text-align:center;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;
	cursor:pointer;
    margin:0 4px;/* yuvarlakların arasını açıyor.  yuvarlak renk verme   */
    border-radius:20%;
	

}

#slider div.navBulletsWrapper div.active {
 background:#b70220;     /* kubra  */
    color:White;
}
#slider div.navBulletsWrapper div:hover {
   background:#b70220;     /* kubra  */
    color:White;
}


/* --------- Others ------- */

#slider div.loading 
{
    width:100%; 
	height:100%;
    background:transparent url(loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=30);
    opacity:0.4;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
	
}

#slider img, #slider>b, #slider a>b {
	position:absolute; 
	border:none; 
	display:none;
	
}

#slider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; 
	top:0; left:0;
	
}

#slider>a,  #slider audio {display:none;}