#orta a {
	color: #2775a7;
	outline: none;
}

ul#toolbar {
	clear: both;
	margin: 0px auto;
	list-style-type: none;
	text-align: center;
	font-family: "tahoma";
	float:left;
	padding:0px;
}

#toolbar li {
	float: left;
	font-size:12px;
	background-repeat: no-repeat;
	width: 20px;
	border:1px solid #2775a7;
	margin-left: 2px;
	margin-right: 2px;
	padding-top:2px;
	padding-bottom:2px;
}

#toolbar li a {
	display: block;
	height: 12px;
	font-size:12px;
}

/*
#toolbar li.active {
	background-position: 0px 0px;
}

#toolbar li.inactive {
	background-position: 0px 13px;
}

#toolbar li:hover {
	background-position: 0px 18px;
}



-- orijinal -- 
#toolbar li a {
	display: block;
	height: 12px;
}

#toolbar li.active {
	background-position: 80% top;
}

#toolbar li.inactive {
	background-position: 80% bottom;
}

#toolbar li:hover {
	background-position: 80% top;
}

*/



#frame {
	width: 410px;
	/*-----height: 193px;*/
	margin: 0px auto;
	overflow: hidden;
	/*position: relative;*/
}

#scroller {
	width: 410px;
	/*-----height: 193px;*/
	margin: 0px auto;
	overflow: hidden;
}

#content {
	width: 1230px;
}

.section {
	width: 410px;
	/*-----height: 193px;*/
	float: left;
}

#frame div.button {
	height: 12px;
}


div.button#left {
	float:left;
}
div.button#orta{
	float: left;
	width:auto;
	
}
div.button#right {
	float:left;
}