﻿@charset "UTF-8";
/* CSS Document */
html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: Helvetica,Arial, sans-serif;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
}

a {
    text-decoration: none;
    color: #283754;
    border: none;
}

    a:hover {
        color: #cc6600;
    }

#link-list a {
    font-weight: bold;
}

#link-list li {
    padding: 3px 0px;
}

#back {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background: #283754;
}

    #back img {
        float: left;
        padding: 8px 10px;
        border: none;
    }

    #back h4 {
        float: left;
        color: #FFF;
    }

#goto-list {
    position: absolute;
    z-index: 100;
    top: 30px;
    width: 100%;
}

.cnt {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background-image: url('/templates/default/images/white90.png');
    padding: 10px;
    width: 500px;
    margin: auto;
    text-align: center;
}

    .Title h1 {
        text-align: center;
        font-size: 16px;
        margin:0;
        padding:0;
    }

     .author {
        text-align: center;
        font-size:12px;
    }


#goto-list1 {
   
   position: relative;
   top:30px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background-image: url('/templates/default/images/white90.png');
    padding: 10px 20px;
    width: 300px;
	 margin:auto;
    
}

    #goto-list1 .sm {
        
        padding-top: 5px;
        text-align:center;
        font-size:12px;
    }

    #goto-list1 .fx {
      text-align:center;
      margin:auto;
    
      width:150px;
    }

#spinner {
    left: 50%;
    top: 50%;
    width: 74px;
    height: 74px;
    background: #FFF;
    position: absolute;
    z-index: 10;
    margin-left: -36px;
    margin-top: -36px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    #spinner img {
        position: absolute;
        left: 7px;
        top: 7px;
    }

#bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

    #bg img {
        display: none;
    }

#bg-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    min-width: 400px;
    min-height: 250px;
}

#bg-holder2 {
    position: absolute;
    width: 600px;
    height: 250px;
    top: 100px;
    left: 30px;
}

#prev {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -80px;
    border: 0;
}

#next {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -80px;
    border: 0;
}

#thumbs {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 10px;
    margin: auto;
}

    #thumbs div.thumbs-cnt {
        width: 540px;
        height: 100px;
        margin: auto;
        overflow: hidden;
       
       background:url(/templates/default/images/bg80.png);
    }

    #thumbs li {
        display: block;
        float: left;
        margin: 10px 0;
        margin-left: 10px;
        cursor: pointer;
    }


        #thumbs li img {
            height: 80px;
            width: 80px;
        }




/********************************
 * generic als elements styling
 ********************************/
.als-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.als-wrapper {
    position: relative;
    list-style: none;
}

.als-item {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
}

.als-prev, .als-next {
    position: absolute;
    cursor: pointer;
    clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
    margin: 0;
}

    #lista1 .als-item {
        /*margin: 0px 30px;
        min-height: 152px;
        min-width: 128px;*/
    }

        #lista1 .als-item img {
            /*position: relative;
            display: block;
            vertical-align: middle;
            margin-bottom: 8px;*/
        }

    #lista1 .als-prev, #lista1 .als-next {
        top: 35px;
        width: 15px;
        height: 22px;
    }

    #lista1 .als-prev {
        left: 10px;
    }

    #lista1 .als-next {
        right: 20px;
    }
