.leipis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.leipisharmaa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}
.ingressi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.ingressiharmaa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.otsikko {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c40452;
	
}

.otsikkoharmaa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
	
}

.valiotsikko {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.iso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
}

.ingressi2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	}

	.tausta { background-image:url(images/rajaus.jpg);
background-repeat:no-repeat
 }
 
 .tausta2 { background-image:url(images/rajaus2.jpg);
background-repeat:no-repeat
 }

.valiotsikko2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold; }

.tasaus {
	padding-top:10px;
	padding-left:12px;	
	padding-right:12px;
	padding-bottom:3px;
	text-align:left;
	}
	
.linkkiotsikko {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c40452;
	}
	
.isompiotsikko {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}
	
   
.carousel-component { 
	 padding:20px 40px 20px 40px;
    margin:0px;
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}

.carousel-component .carousel-list li { 
    margin:0px;
    width:261px; /* img width is 261 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    height:261px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(0) */
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
    display:block;
    border:0px solid #e2edfa;
    outline:none;
}

.carousel-component .carousel-list li a:hover { 
    border: 0px solid #aaaaaa; 
}

.carousel-component .carousel-list li img { 
    border:0px solid #999;
    display:block; 
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    top:0px;
    z-index:3;
    cursor:pointer; 
    left:-2px; 
}

.carousel-component .carousel-next { 
    position:absolute;
    top:0px;
    z-index:3;
    cursor:pointer; 
    right:-2px; 
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:absolute;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	background:#e6e7e8;
	padding:0px;
	-moz-border-radius:6px;
	color:#618cbe;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

.p { border-width: 2px; 
border-color: #c40452;
border-style: solid; } 
 







.Container {
  position: absolute;
  top: 80px; 
  width: 270px;
  height: 500px;
   background: url(images/transp.gif) ;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 270px;
	height: 500px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 0px;
  color: #6F6048;
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 0px; right: -40px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 250px; right: -40px;
}
.style1 {color: #000000}
