* {
	margin: 0;
	padding: 0;
}

/*body{
	font-family: Verdana;
	font-size: 12px;
	background-color: black;
	text-align: center;
	height: 100%;
}*/

/*div{
	overflow: auto;
}*/
/*
h1, h2, h3 {
	font-family: Georgia;
	font-style: italic;
}

h2{
	font-size: 16px;	
	color: #333333;
	padding-bottom: 5px;
}

h1{
	padding: 10px;
	font-size: 36px;
	color: white;
}

h3{
	color: white;
	font-size: 20px;
}

	h3 a{
		color: #DB5C04;
	}*/

li{
	list-style: none;	
}

#wrapper{
/*	margin: 0px auto;*/
	text-align: left;
	width: 960px;
}

#paging_container1{
	height: 320px;	
}

#paging_container2{
	height: 356px;	
}

#paging_container3{
/*	height: 190px;*/
}

#paging_container4{
	height: 307px;	
	overflow: hidden;
}

#paging_container8 .no_more{
    background-color: white;
    color: gray;
    cursor: default;
}

.ellipse{
	float: left;
}
/*
.container{
	width: 260px;
	float: left;
	margin: 50px 10px 10px;
	padding: 20px;
	background-color: white;
}*/

.page_navigation, .alt_page_navigation {
	padding-bottom: 10px;
	display: inline-block;
	/* margin: 29px auto 21px auto; */
	position: absolute;
	left: 44%;
	margin-top: 21px;
	color: #d36212;
}
	.alt_page_navigation.sayfalama-none{
		display:none;
	}
	.page_navigation a, .alt_page_navigation a {
		padding: 3px 5px;
		margin: 2px;
		color: #dfe7ec;
		text-decoration: none;
		font-family: 'Flexo Regular';
		font-size: 18px;
		background-color: transparent;
	}
		.active_page {
			color: #757575 !important;
		}
.active_link:hover {
	color: #d36212;
}
	.content, .alt_content {
		color: black;
	}

		.content li, .alt_content li, .content > p {
			padding: 5px;
			border-top: 1px solid #f7fafc;
			display: table;
			width: 100%;
		}
