/* this makes it possible to add next button beside scrollable */


/* prev, next, prevPage and nextPage buttons */
a.previ, a.nexti, a.prevPage, a.nextPage {
	width:18px;
	height:18px;
	background:url(images/left.png) 0 0 no-repeat;
	float:right;
	cursor:pointer;
	margin-top:-45px;
	right:20px;
	position:relative;
	overflow:hidden;
}

/* mouseover state */
a.previ:hover, a.nexti:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.nexti, a.nextPage {
	background-image:url(images/right.png);	
	right:0px;
}



/*********** navigator ***********/


/* position and dimensions of the navigator */

div.navi {
	height:11px;
	float:right;
	padding-top:3px;
	right:40px;
	margin-top:-45px;
	position:relative;
	overflow:hidden;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
	overflow:hidden;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
	height:8px;
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;    
	height:8px;
} 	

/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 551px;	 
	height:285px;	
	border:1px solid #222;
	float:left;
}
div.scrollable1 {  
	position:relative;
	overflow:hidden;
	width: 551px;	 
	height:285px;	
	float:left;
}
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */


/* single item */
#thumbs .scrollitem {
	float:left;
	width:276px;
	height:285px;
	background:#000;
	color:#fff;
	border-left:1px solid #333;
}
/* style when mouse is over the item */
#thumbs .scrollitem.hover {
	background:#000 url(images/etu-luettelose.jpg) no-repeat bottom left;
}

/* style when element is active (clicked) */
#thumbs .scrollitem.active {
	cursor:default;
}

#thumbs h3{
	margin:8px;	
	margin-bottom:4px;
	font-size:14px;
	color:#fff;	
	line-height: normal;
}
.scrollabletext{
background:url(images/etu-luettelo.png) no-repeat top left;width:237px;height:190px;position:absolute;left:10px;top:10px;padding:10px;
}

.scrollabletext p{
	color: #fff;
	display:block;
	margin:0;
 }

 #thumbs .taika{
	position:absolute;
	bottom:5px;
	padding-left:8px;
 }
  #thumbs .rotta{
float:left;
width:268px;
padding-top:1px;
color:black;
background-color:#fff;
height:100%;
padding-left:7px;
 }


#thumbs h3 em {
	font-style:normal;
	color:#75C043;
}
.rotta .sideentry{
 width:268px;	
}
.rotta .sideentry:hover{
	color:#113;
background:url(images/sidesesmall.jpg) no-repeat bottom;
}

