﻿body {
    padding: 0; 
    margin: 0; 
    font-family:Arial, Verdana;
}

form#form1
{
    padding: 0; 
    margin: 0; 
}

div#slider1_container
{
    position: relative; 
    margin: 0; 
    top: 0; 
    left: 0; 
}

div#picContainer
{
    cursor: move; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    overflow: hidden;
}

div.caption
{
    position: absolute; 
    bottom: 0px; 
    left: 0px; 
    width : 100%; 
    text-align: left; 
    line-height: 1.8em; 
    font-size: 12px; 
    background-color:black; 
    color:white;
    padding : 5px;
    border-top : solid 1px white;
    filter: alpha(opacity=75);
    opacity: .75;
}

.arrorL, .arrorR {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(/App_Ecmascript/picturePlayer/style05/img/a02.png) no-repeat;
    overflow: hidden;
}
.arrorL { background-position: -5px -35px; }
.arrorR { background-position: -65px -35px; }
.arrorL:hover { background-position: -125px -35px; }
.arrorR:hover { background-position: -185px -35px; }
.arrorL.arrorLdn { background-position: -245px -35px; }
.arrorR.arrorRdn { background-position: -305px -35px; }

.thumbNails {
    position: absolute;
    /* size of thumbnail navigator container */
    width: 100%;
    height: 32px;
    right: 5px; 
    bottom: 0px;
}

.thumbNails > div
{
    bottom: 30px; right: 1%; cursor: default;
}

.thumbNails .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 32px;
}

.thumbNails .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.thumbNails .w, .thumbNails .pav:hover .w {
    position: absolute;
    width: 60px;
    height: 30px;
    border: #FFFFFF 1px solid;
    box-sizing: content-box;
}

.thumbNails .pdn .w, .thumbNails .pav .w {
    border-style: solid;
}

.thumbNails .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 32px;
    background-color: #000;
    filter: alpha(opacity=45);
    opacity: .45;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
}

.thumbNails .p:hover .c, .thumbNails .pav .c {
    filter: alpha(opacity=0);
    opacity: 0;
}

.thumbNails .p:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

* html .thumbNails .w {
    width /**/: 62px;
    height /**/: 32px;
}