/* png transparent derdine son  dosyayi da unutma haci
bi de .htaccess  içine
AddType text/x-component .htc 
ekle ki serverda hatasiz çalissin :)
*/
img, div, td { behavior: url("/iepngfix.htc"); }



/* istenmeyen nokta çerçeve link zimbirtisini kaldir*/
a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}


/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

.cercevek {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 700px;
	background-image:url(../images/bolum3.jpg);

}

/* // oğuz  */
	.panel h2.title { margin-bottom: 0px; color: #000; font-size:12px;display:none;}
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px; margin:0px;  }
	.coda-slider { background: #000000; color: #CCC; margin:0px; padding:0px; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 560px; height: 420px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 560px;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px }
	
	/* Arrow styling */
	.coda-nav-left { margin-left:156px; margin-top:185px; padding-right: 20px;}
	.coda-nav-left  a		{ cursor:pointer; color: #fff; width: 34px;  height:126px; background-image:url(../images/spacer.png);} 
	.coda-nav-left  a:hover { background-image:url(../images/left.png); cursor:pointer; }

	.coda-nav-right { margin-top:185px; padding-left: 22px;}
	.coda-nav-right a { cursor:pointer;  color: #fff; width: 34px;  height:126px; background-image:url(../images/spacer.png);} 
	.coda-nav-right a:hover { background-image:url(../images/right.png); cursor:pointer;} 
	
	/* Tab nav */
	.coda-nav ul li a.current { background-image:url(../images/telepe.png); color: #000;  }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 10px; text-align: center; }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin-left: 210px; margin-right:auto; overflow: hidden; width:600px; }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a {  background-image:url(../images/tepele.png);  color: gray; display: block; float: left; text-align: center; margin-right: 1px; margin-top:14px; margin-bottom:0px; padding: 4px 4px 4px 4px; text-decoration: none; font-size:9px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 50px;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
