/* CSS Document */
.bdr { border: 1px solid red; }
.flr { float: right }
.fll { float: left }
.tar { text-align: right }
.tal { text-align: left }
.tac { text-align: center }
body
{
	margin: 0 auto;
/*	background-color: #141414;*/
background-color: #252525;
	color: #EAEAEA;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}
#kapsa
{
	width: 1024px;
	height: 670px;
	margin:0 auto;
}
#header
{
	width: 1024px;
	height: 76px
}
#logo
{
	width: 310px;
	height: 76px
}
#menu
{
	width: 714px;
	height: 76px;
	font-size: 15px
}
#menu ul
{
	height: 76px;
	padding: 53px 0
}
#menu ul li a, #menu ul li a:visited
{
	margin: 0 8px 0 8px;
	color: #EAEAEA;
	text-decoration: none;
	moz-transition: color ease-in 0.3s;
	-webkit-transition: color ease-in 0.3s;
	transition: color ease-in 0.3s; font-size:14px
}
#menu ul li a:hover { color: #ffcf26 }
.son { margin: 0 -8px 0 8px !important; }
#icerik
{
	width: 1024px;
	height: 545px;
	margin-top: 19px; 
	overflow:hidden;
}
#footer
{
	width: 1024px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #D5D5D5;
	font-size:11px;
}
#footer a, #footer a:visited
{
	color: #EAEAEA;
	text-decoration: none;
	moz-transition: color ease-in 0.3s;
	-webkit-transition: color ease-in 0.3s;
	transition: color ease-in 0.3s;
}
#footer a:hover { color: #ffcf26 }
#fbLike { width: 80px }
#copyright { width: 784px }
#bumerang { width: 160px }


/************* slider *****************/  

#slides {
	z-index:1
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1024px;
	height:550px;
	overflow:hidden;
	display:none; z-index:2
}


#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	z-index:30;
	position: absolute;
	margin: -20px 0;
	
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../resimler/genelGorseller/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
