/* CSS Document */
body{
margin:0 0 0 0;
}
.banner{
background:url(images/maviBg.jpg);
height:256px;
background-repeat:repeat-x;
vertical-align:middle;
}
.bannerYazi{
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:10px;
padding-right:10px;
line-height:25px;
}
.contentBg{
background:url(images/contentBg.jpg);
background-repeat:no-repeat;
padding-top:15px;
}
.maviCizgi{background-color:#3e84bd;
width:1px;
height:214px;
}
.boxTop{
background:url(images/boxTop.jpg);
width:211px;
height:13px;
}
.boxBottom{
background:url(images/boxBottom.jpg);
height:14px;
width:211px;}
.boxContent{background:url(images/boxBg.jpg);
width:211px;
background-repeat:repeat-y;
padding-left:10px;
}
.footer{
background-color:#1c4b72;
height:50px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
padding-left:10px;
padding-right:10px;
}
.baslik{
color:#1a4871;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:10px;
padding-right:10px;
}
.baslik a{
color:#1a4871;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
line-height:14px;
}
.baslik a:hover{
color:#1a4871;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:5px;
padding-right:10px;
text-decoration:underline;
}
.devam a{
color:#1a4871;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding-left:110px;
text-decoration:none;
}
.devam a:hover{
color:#1a4871;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding-left:110px;
text-decoration:underline;
}
.yazi{
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding-left:10px;
padding-right:10px;
}
.yazi a{
color:#1a4871;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding-left:10px;
padding-right:10px;
text-decoration:none;
}
.yazi a:hover{
color:#1a4871;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding-left:10px;
padding-right:10px;
text-decoration:underline;
}
.textBox{
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
height:12px;
margin-bottom:3px;
}
.button{
background:url(images/button.jpg);
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
height:24px;
width:100px;
border:none;
}
.bannerButtonL{
background:url(images/button.jpg);
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
height:24px;
width:170px;
border:none;
float:left;
}
.bannerButtonL a{
background:url(images/button.jpg);
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
height:24px;
width:170px;
border:none;
float:left;
}
.bannerButtonL a:hover{
background:url(images/button.jpg);
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:underline;
height:24px;
width:170px;
border:none;
float:left;
}
.bannerButtonR{
background:url(images/button.jpg);
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
height:24px;
width:200px;
border:none;
float:right;
}
.bannerButtonR a{
background:url(images/button.jpg);
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
height:24px;
width:200px;
border:none;
float:right;
}
.bannerButtonR a:hover{
background:url(images/button.jpg);
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:underline;
height:24px;
width:200px;
border:none;
float:right;
}
/* Jquery Start*/
.qitem {
	width:222px;
	height:119px;	
	border:1px solid #222;	
	background: url('bg.gif') no-repeat;
	margin-left:10px;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#1c4b72;
		display:block;
		font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
	}
	.qitem .caption a{
	color:#1a4871;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
}
	.qitem .caption a:hover{
	color:#1a4871;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:underline;
}
		.qitem .caption h4 {
			font-size:12px;
			padding:10px 5px 0 8px;
			margin:0;
			color:#1c4b72;
		}

		.qitem .caption p {
			font-size:10px;	
			padding:3px 5px 0 8px;
			margin:0;
		}



/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	
}
/* Jquery End */
/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 5px;
		width: 390px;
		}
	#gallery ul { list-style:none;}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #999999;
		border-width: 4px 4px 13px;
	}
	#gallery ul a:hover img {
		border: 5px solid #1c4b72;
		border-width: 4px 4px 13px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
