@charset "utf-8";
/* CSS Document */

body {
	background: #F9F9F9;
	}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	padding-bottom: 20px;
	}

#content {
	width: 958px;
	margin: 0px auto 50px;
	background: #FFF;
	box-shadow: 3px 3px  10px #CCC;
	-moz-box-shadow: 3px 3px  10px #CCC;
	-webkit-box-shadow: 3px 3px  10px #CCC;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	z-index: 1;
	}
#content_harita {
	width: 956px;
	height: 500px;
	margin: 0px auto;
	
	}
#haritaBand {
	width: 958px;
	height: 30px;
	background: #999;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	margin-right: auto;
	margin-left: auto;
	}
.naviContainer {
	width: 220px;
	position: absolute;


	#left: 0px;
	#top: 0px;
	z-index: 1;
	margin-left: 732px;
	margin-top: -490px;
	}
.navi {
	height: 403px;
	width: 210px;
	filter: alpha(opacity=0.85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
} 
.navi, p.title{
	width: 210px;
	margin:0px;
	text-align:right;
	background: #002142;
	border-bottom: 1px solid #CCC;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 9px;
	padding: 3px 8px;
} 
.navi span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	line-height: 20px;
	height: 20px;
	text-align: left;
	color: #09F;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
	
} 
.orta span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E6E6E6;
	font-weight: bold;
	display: block;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 2px;
}
.orta p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DFDFDF;
	text-align: left;
	padding-left: 10px;
	display: block;
	line-height: 140%;
}

/* ----------------------- slider ---------------------------*/
div.content {
	display: none;
	float: left;
	width: 550px; 
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.navigation {
	float: right;
	text-align: right;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 5;
	display: inline;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #9F6;
}
ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}

div.navigation div.bottom {
	margin-top: 12px;
}



.marginR {
	margin-right: 5px;
	}
.marginL {
	margin-left: 5px;
	}

.ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003F7D;
	font-weight: bold;
}
.width30 {
	width: 30px;
	}
.left {
	float: left;
	}

.clear {
	clear: both;
	}
