#cycle {
	display: block;
	margin: 25px 0 0 -7px;
}

.pics {  
	display: block;
	position: relative;
	z-index: -1;
	width:   427px;  
    height:  317px;   
    padding: 0;  
    margin:  0;
	/*border-left: 3px #eeeeee solid;
	border-right: 3px #eeeeee solid;
	border-bottom: 3px #eeeeee solid;*/
} 
 
.pics img {  
    width:  427px; 
    height: 317px;
    top:  0; 
    left: 0 
} 


#pager {
	position: absolute;
	margin-left: 423px;
	padding: 0 0 0 6px;
	margin-top:	270px;
	width: 600px;
	height: 39px;
	z-index: 10;
	background: url(http://www.terapiakastehelmi.fi/gfx/b-bg.png) 0 0 no-repeat;
}


#pager a { 
	position: relative;
	width: 10px;
	height: 10px;
	float: left;
	display: block;
	background-image: url(../gfx/bullets.png);
	background-repeat: no-repeat;
	background-position: 0 -10px;
	text-indent: -99999px;
	margin: 12px 4px;
	outline: none;
}

#pager a.activeSlide { 
	display: block;
	float: left;
	background-image: url(../gfx/bullets.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}