html, body { 
	height:100%;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 100%;
    background-color: #eeeeee;
}

html, body, div, p {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1em;
}

#wrapper {
	position:relative; 
    width: 840px;	
    margin: 0 auto;
}

#top
{
	height: 26px;
	margin: 20px 0px 13px 0;
}
#header {
	width:161px;
	float:left;
	overflow:hidden;
	margin-right: 20px;
}

#nav {
	background-color: #000000;
	color: #000000;
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	height: 17px;
	overflow:auto;
	padding: 7px 10px 5px 10px;
	text-transform: uppercase;
}

	#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	} 
	#nav li{
	float: left;
	margin-right: 1em;
	}

	#nav a{
	color: #eeeeee;
	text-decoration:none;
	}
	#nav a.current{
	color: #6ec0f6;
	text-decoration:none;
	}
	#nav a:hover{
	color: #cccccc;
	}
	#nav #sidomeny {
	float: right;
	}
	#nav #sidomeny li{
	margin-left: 1em;
	margin-right: 0;
	}
	
	
#slider {
	background-color: #000000;
	padding: 20px;
    width: 800px;
    margin: 0 auto 5px 0;
    position: relative;
}

#footer {
	font-size: 10px;
	margin: 0 0 20px 0;
	color: #666666;
	text-align: right;
}

	#footer a{
		color: #666666;
	}
	
.scroll {
	width: 800px;
	height: 600px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	color: #ffffff;
	font-size: 12px;
}

.scrollContainer div.panel {
	padding: 20px;
	width: 800px;
	padding: 0;
	float: left;
	position: relative;
	text-align: center;
}

	.text {
		color: #ffffff;
		font-size: 12px;
		width: 580px;
		overflow: hidden;
	}

	.textimg {
		width: 200px;
		float: left;
		overflow: hidden;
		margin-right: 20px;
	}

#thumbs {

	margin: 20px 0 0 0;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    display: inline;	
}

ul.navigation a {
    color: #000;
    text-decoration: none;
}
ul.navigation img {
	border: none;
	margin-right: 0px;
	margin-top: -3px;
	opacity:0.3;filter:alpha(opacity=30);
}

ul.navigation img:hover {
	opacity:1.0;filter:alpha(opacity=100);
}

ul.navigation img.selected {
	opacity:1.0;filter:alpha(opacity=100);
}

ul.navigation a:hover {
	
}

ul.navigation a.selected img {
	opacity:1.0;filter:alpha(opacity=100);
}

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

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

.scrollButtons.left {
	display:block;
	background-image:url('../img/prev.gif');
	width:30px;
	height:30px;
	text-decoration:none;
    left: -60px;
}

.scrollButtons.right {
	display:block;
	background-image:url('../img/next.gif');
	width:30px;
	height:30px;
	text-decoration:none;
    right: -60px;
}

.scrollButtons.left:hover ,.scrollButtons.right:hover {
		background-position:bottom;
}

.hide {
    display: none;
}
