.glidecontentwrapper{
position: relative;
width: 100%;
height: 700px; 
	border:1px solid #457c3e;
overflow: hidden;
	z-index: 0;

}

.glidecontent{ 
width: 580px;
position: absolute;
background: white;
padding: 10px;
visibility: hidden;
overflow:auto;
}
.glidecontent h2 {
	margin:0px;
	padding:0px;
}

.glidecontenttoggler{ 
width: 100%;
margin-top: 15px;
text-align: center; 
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.glidecontenttoggler a{ 
display: -moz-inline-box;
display: inline-block;
border: 1px solid #457c3e;
border-bottom:0px;
margin-right: 3px;
text-decoration: none;
  background-image:url(../kuvat/4.jpg);
	color:#385f0a;
  font-size:13px;
  padding:3px;
  padding-left:10px;
  padding-right:10px;
}

.glidecontenttoggler a.selected{
  background-image:url(../kuvat/5.gif);
}

.glidecontenttoggler a:hover{
  background-image:url(../kuvat/5.gif);
	text-decoration:underline;
}

.glidecontenttoggler a.toc{ 
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ 
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

