/* CSS Document */
html{
overflow-x: hidden;
}

body {
margin: 0;
padding: 0;
text-align: center
}


@media screen and (max-width: 800px) { 
html{
overflow-x: auto;
}
#lcont, #rcont, #fadev, #fadeo {
display: none;
}
}

@-moz-document url-prefix() {
html{
overflow-x: hidden;
}
#lcont, #rcont, #fadev, #fadeo {
display: inline;
} 
}

#lcont {
background: url("kuvat/luuppi.gif");
background-position: right; 
background-repeat: repeat-x; 
position: absolute;
top:130px;
left: -1000px;
width:800px;
height: 280px;
}

#rcont {
background: url("kuvat/luuppi.gif");
background-position: left; 
background-repeat: repeat-x; 
position: absolute;
top:130px;
right: -1000px;
width:800px;
height: 280px;
}

#fadev, #fadeo {
position: absolute;
margin: 0;
padding: 0;
width: 200px;
height: 280px;

}

#fadev {
background: url("kuvat/fadev.gif");
top:130px;
left: -200px;
}

#fadeo {
background: url("kuvat/fadeo.gif");
top: 130px;
right: -200px;
}

a img { 
  border:none; 
}

#container {
margin: auto;
padding: 0;
width: 800px;

}
#myId2{
width:800px;
height:172px;
margin: auto;
}

#flashy {
z-index:0;
}

}
#container4 {
position: relative;
margin: auto;
padding: 0;



}
#container3 {
position: relative;
margin: auto;
padding: 0;
width: 800px;


}

#container2 {
position: relative;
padding: 0;
margin: 0;
width:100%;
max-width: 800px;
}

#left {
position: absolute;
left:0;
top:102px;
width:46px;
height:327px;
background: url("kuvat/left.gif");
}

#right {
position:absolute;
top:102px;
right:0;
width:42px;
height:327px;
background: url("kuvat/right.gif");
}

#menu {
width:100%;
margin: 0;
padding: 0;
border:none;
}
#menu a, img{
float:left;
}

/*#menu ul {
list-style-type: none;
display: block;
margin: 0;
padding:0;
border: none;
}

#menu li {
margin:0;
padding:0;
border:none;
display: inline;
} */

#sisalto {
position: absolute;
left:70px;
top:122px;
width: 660px;
height: 300px;/*thumbin korkeus 280, scrollipalkki 20px ylim*/
max-height: 300px;
overflow: auto;
margin: 0;
/*margin: ; 1em auto;*/
padding: 0;
text-align: center;
z-index: 2;
margin: auto;
background-image: url("kuvat/sisalto.gif"); 
background-repeat: no-repeat; 
}

.control {
position: absolute;
z-index: 3;
cursor: pointer;
}



.teksti {
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, sans-serif;
font-size: 13px;
line-height: 1.3em;
text-align: left;
min-width: 660px;
width: 660px;
height: 280px;
word-spacing: 0.2em;
letter-spacing: -0.005em;
}

/*.column *{
margin: 0;
padding:0 10px;
}     */

.teksti p {
padding:0px;
margin:  0 5px 0 15px;
/*display: block;*/
float: left;
width: 310px;
max-width: 310px;
max-height: 280px;
}

.galleria {
position: relative;
width: 2090px;
z-index: 1;
}

.galleria a {
float: left;
margin: 0;
padding: 0;
height: 280px;
}

IMG.enlarged {
position: absolute;
z-index: 5;
cursor: pointer;
}

.tausta {
background-color: #000;
width: 100%;
height: 100%;
}

.nappula {
background-color: #fff;
width: 80px;
height: 280px;
cursor: pointer;
}

.kuvateksti {
font-size: 1em;
font-family: Tahoma, Verdana, sans-serif;
color: #fff;
height: auto;
position: absolute;
background-color: #000;
}