﻿/**
 * Stylesheet for bildegalleri
 *
 * @ synlighet.css
 *
 * @ Hogne Hundvebakke
 * @ 27.01.2010
 *
 *
 **/

#slideshow
{
    margin-bottom:15px;
}

#slideshow .tekst 
{
    background:url("../images/bgr-tekst.png") no-repeat scroll 0 0 transparent;
    top:222px;
    height:37px;
    left:11px;
    position:absolute;
    width:279px;
}

#slideshow .text 
{
    float:left;
    padding:6px 0 0 10px;
    width:211px;
}

#slideshow .tekst ul 
{
    float:right;
    padding:8px 10px 0 0;
    
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    font-size:100%;
    margin:0;
    outline:0 none;
    vertical-align:baseline;
    list-style:none outside none;
}

#slideshow .tekst li
{
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    font-size:100%;
    margin:0;
    outline:0 none;
    padding:0;
    vertical-align:baseline;

    float:left;
    margin-left:5px;
}

#slideshow .tekst li.next a
{
    background:url("../images/button-next.png") no-repeat scroll 0 0 transparent;
}

#slideshow .tekst li.prev a {
    background:url("../images/button-prev.png") no-repeat scroll 0 0 transparent;
}

#slideshow .tekst li a
{
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    font-size:100%;
    margin:0;
    outline:0 none;
    padding:0;
    vertical-align:baseline;

    display:block;
    height:20px;
    text-indent:-9999px;
    width:19px;
}

#slideshow a:visited
{
    color:#084192;
    text-decoration:none;
}

#slideshow h4
{
    margin-top:5px;
    font-size:12px;
    margin-bottom:2px;
}
