@charset "utf-8";
/* fressis.fi index scroll bottom*/

body {
	background-color:#fff;
	margin:0;
}

#slider_base{
	height: 142px;
	position:relative;
	width:900px;
	left:0px;
}

#logo {
	height: 120px;
	overflow: visible;
}

#images {
background-color:black;
background-repeat:repeat-x;
height:141px;
left:0;
overflow:hidden;
position:absolute;
width:900px;
}

#image_mover{ 								/*huom. width*/
border:0px solid #E2007A;
height:140px;
left:0;
margin-top:6px;
overflow:hidden;
position:relative;
white-space:nowrap;
width:10000px;
	*margin-top: 5px;
}

.line {
	float:left;
	position:relative;

}

* html .line {
	display:none;
}

.image{
background-color:white;
border:3px solid #FFA523;
display:block;
float:left;
height:125px;
margin-left:4px;
overflow:visible;
white-space:nowrap;
width:214px;
}

#images img {
border: 0px;
}

.image img{
	margin:5px 0 0 0px;
}

#buttons {
	left: -38px;
	position:absolute;
	width:976px;
}

.btn {
	height:141px;
	width:38px;
	position:absolute;
}




#btn_left {
	background-image:url(../images/slider/sk/slider_btn_left_hover.png);
	left: 0px;
}

#btn_left_hover { /*preload*/
	background-image:url(../images/slider/sk/slider_btn_left_hover.png);
}

#btn_left:hover {
	cursor:pointer;
	background-image:url(../images/slider/sk/slider_btn_left_hover.png);
}

#btn_right {
	background-image:url(../images/slider/sk/slider_btn_right_hover.png);
	right: 0px;
}

#btn_right_hover{ /*preload*/
	background-image:url(../images/slider/sk/slider_btn_right.png);
}


#btn_right:hover {
	cursor:pointer;
	background-image:url(../images/slider/sk/slider_btn_right_hover.png);
}

#apua {
	position: relative; 
	float: right; 
	top: 320px; 
	margin-right: -20px;
	*margin-right: -0px;
	border: 0px solid red; 
	height: 130px; 
	width: 100px;
}




