/*
 Author: Lotus Medya
 Author URL: www.lotusmedya.com
*/
/* Sayfa Yerleşimi */
html, body {
	padding:0;
	margin:0
}
body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#006cb8;
	text-align:center;
	background-color:#fff
}
/* Ana Bölümler */
#cerceve {
	width:775px;
	margin:0 auto;
	text-align:left
}
#ust {
	height:88px;
	background-color:#006cb8
}
#ust_lan {
	height:11px;
	padding: 15px 30px 0 0;
	text-align:right
}
#ust_menu {
	height:16px;
	padding: 30px 0 0 0;
}
#icerik {
}
#icerik_sol_ana {
	width:245px;
	height: 412px;
	float:left;
	padding:5px 0 0 0;
	background:url(../resim/arayuz/bg_icerik_sol_ana.png) no-repeat bottom left
}
#icerik_sag_ana {
	width:530px;
	height: 412px;
	text-align:right;
	float:left;
	padding:0;
	background:url(../resim/orta/000.jpg) no-repeat top right
}
#icerik_sol {
	width:275px;
	float:left;
	padding:65px 0 0 20px;
}
#icerik_sag {
	width:460px;
	float:left;
	padding:70px 20px 40px 0
}
#icerik_sag p{
	padding:0 0 10px 0
}
#icerik_sol a, #icerik_sol a:link, #icerik_sol a:visited {
	padding:0 0 0 20px;
	color:#006cb8;
	text-decoration:none
}
#alt {
	height:72px;
	padding:28px 60px 0 0;
	clear:both;
	text-align:right;
	background:url(../resim/arayuz/bg_alt.png) no-repeat #006cb8
}
#alt a:link, #alt a:visited {
	margin:0 0 0 30px
}
#alt_alt {
	height:90px;
	padding:0 20px 0 0;
	clear:both;
	text-align:right;
	background:url(../resim/arayuz/bg_icerik_sol_ana.png) no-repeat bottom left
}
#alt_alt a, #alt_alt a:link, #alt_alt a:visited {
	padding:0 10px 0 0;
}
/* Metin Elemanları*/
a, a:link, a:visited {
	color:#4eabec;
	text-decoration:underline
}
a:hover {
	color:#ff9b33;
	text-decoration:none
}
p {
	line-height:15px;
	margin: 0 0 5px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding:0;
	color:#006cb8;
	font-weight:normal
}
h1 {
	font-size: 17px;
	padding:0 0 30px 0;
}
h2 {
	font-size:12px;
	font-weight:bold;
	padding:5px 0 5px 0;
}
img, img a {
	border: 0;
}
ul{
	padding:0 0 0 20px;
	margin:-5px 0 10px 5px
}
ul li{
	line-height:15px
}
/*Form ve diğer elemanlar */
form, fieldset {
	margin:0;
	padding:0;
	border:none
}
input {
	border:1px solid #ccc;
	color:#666;
	font-weight:bold;
	padding:2px;
	background:url(../resim/bg_input.png) repeat-x bottom;
}
/*Lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../resim/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../resim/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #006cb8; }