@charset "utf-8";
/* CSS Document */


	Simple reset
--------------------------*/





/*-------------------------
	General Styles
--------------------------*/


html{
	
}


body{

	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}

a, a:visited {
	outline:none;
	color:#1c4f64;
}

a:hover{
	text-decoration:none;
}

section, footer, header{
	display: block;
}




/*----------------------------
	Thumbnails
-----------------------------*/

.kucuk_resim{
	width:%100;
	margin:0 0 0 0;
	text-align:left;
}

.kucuk_resim a{
	
	display:inline-block;
	margin: 0px 6px 6px;
	position:relative;
	text-decoration:none;
    background-position:left left;
	background-repeat: no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	width:230px;
	height:173px;
	-webkit-box-shadow: 1px 03px  #999999;
    -moz-box-shadow: 1px 0 3px #999999;
    box-shadow: 1px 0 3px #999999;	
	margin-right: 10px;
	margin-left: 10px;
	border:solid 5px #FFFFFF;
}

