@charset "utf-8";
body {
	background-repeat: no-repeat;
	background-color: #EDEDEC;
	   margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
   

}
a img {
border:0;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#logo {
	height: 40px;
	padding: 20px;
	text-align: center;
}

#ekks {
background-color: #FFF;
}


#slider {
	width: 980px;
	position: relative;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scroll {
	height: 350px;
	width: 980px;
	overflow: auto;
	overflow-x: hidden;
	
	position: relative;
	clear: left;
	background: #FFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
	padding-top: 0px;
    height: 290px;
    width: 940px;
}
.jquery-corner { position: relative; }
#shade {
	background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
	height: 20px;
	font-size: 11px;
	color: #666;
	text-align: center;
	padding: 15px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
	text-align: center;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
	
}

ul.navigation a {
	font-weight: bold;
	color: #494A44;
	text-decoration: none;
	padding: 10px;
}

ul.navigation a:hover {
	color: #C00;	   
}

ul.navigation a.selected {
	color: #999;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
 a{
	color: #036;
	text-decoration: none;
}
