﻿.text_admin
{
	background: transparent;
	background-image: url('../images/input.png');
	background-repeat: no-repeat;
	border-style: none;
	height: 22px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 4px;
	padding-top: 5px;
	padding-right: 0px;
	margin-left: 14px;
	font: normal 12px Calibri;
	color: Black;
}
.buton_admin
{
	background: transparent url('../images/giris.png') no-repeat center center;
	width: 64px;
	height: 23px;
	border-style: none;
	font-family: Calibri,Tahoma;
	margin-top: 10px;
	cursor: pointer;
}
a
{
	font-family: Calibri;
	font-size: 13px;
	color: Black;
}
a:hover
{
	font-family: Calibri;
	font-size: 13px;
	color: Olive;
	cursor: auto;
}


#slides{
	width: 690px;
	margin: 0;
	position:relative;
	float:left;
	top:15px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, images/prevents content flash
*/

.slides_container {
	width:690px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:690px;
	height:354px;
	display:block;
}

.slides_container a img {
	display:block;
	border:0;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto 0;
	width:100px;
	height: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(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#pslides{
	width: 400px;
	margin: 0;
	position:relative;
	float:left;
	top:10px;
	z-index:100;
}
div#slider{
	width: 690px;
	margin: 0;
	position:relative;
	float:left;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.pslides_container {
	width:400px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.pslides_container a {
	width:4000px;
	height:330px;
	display:block;
}

.pslides_container a img {
	display:block;
	border:0;
}
div#info{
	width: 100%;
	background-color: #ff9900;
	color: #ffffff;
}