/* Start of CMSMS style sheet 'Slide-css' */
/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { }

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

.panel h3{
color: #FFF;
margin:15px 0 0 0;
font-weight:bold;
font-size:26px;
}

.panel h4{
color: #FFF;
margin:25px 0 0 10px;
font-weight:bold;
font-size:18px;
}

.panel p{
color: #FFF;
margin:0 0 0 15px;
font-size:14px;
}

.panel a{
color: #CCC;
}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {border: none;}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: none; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #FFF; }

/* POINTER FOR CURRENT FRAME */
.pointer {
visibility: hidden;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
visibility: hidden;
}

/*OMA LISÄYS*/

#tabs { 
    width: 100px;
    position: absolute;
    margin:375px 0 0 0;
    right:0;
    z-index:999;
    height:14px;
   display: block;
   overflow: hidden;
}

#tabs2 { 
width: 100px;
	position: absolute;
margin:300px 0 0 370px;
left:50%;
z-index:999;
height:14px;
   display: block;
   overflow: hidden;
}

#tabs3 { 
width: 100px;
	position: absolute;
margin:300px 0 0 404px;
left:50%;
z-index:999;
height:14px;
   display: block;
   overflow: hidden;
}

#tabs a,
#tabs2 a, #tabs3 a{ 
background: url(uploads/slide_js/pallo1.png) no-repeat;
 text-decoration: none;
 margin: 0 2px;
   display: block;
float:left;
   padding: 30px 1px 5px 5px;
}

#tabs a.activeSlide, #tabs2 a.activeSlide, #tabs3 a.activeSlide { 
background: url(uploads/slide_js/pallo2.png) no-repeat; 
}

#tabs a:hover, #tabs2 a:hover, #tabs3 a:hover { background: url(uploads/slide_js/pallo2.png) no-repeat; }



/* End of 'Slide-css' */

