#slider {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 940px;
	height: 100px;
	background: url(../images/karakas-elektrik.png) no-repeat;	
}

#header #sitetite {
	float: left;
	width: 340px;
	height: 65px;
	padding-top: 12px;
	margin-right: 30px;
	text-align: center;
}

#header #sitetite h1 {
	margin: 0;
	padding: 0;
}

#header #sitetite a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #edecec;
	font-weight: normal;
	text-decoration: none;
}

#header #sitetite a span {
	display: block;
	font-size: 12px;
	color: #edecec;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
}


.scroll {
	height: 480px;
	width: 940px;
	overflow: auto;
	/* overflow-x: hidden; */
    position: relative;
	clear: left;
	background-image:url(../images/content.png);
	background-repeat:repeat-x;


}

.scrollContainer div.panel {
    padding: 20px 30px;
    height: 440px;
    width: 920px;
}


ul.navigation {
	float: left;
	width: 560px;
	height: 40px;
	list-style: none;
	padding: 0;
	margin-top: 32px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
	float: left;
	display: block;
	width: 100px;
	height: 30px;
	padding-top: 9px;
	color: #FB4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #fff;
	background: url(../images/templatemo_menu_hover.png) no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -40px;
}

.hide {
    display: none;
}
