﻿
/* CSS Document */
/* --- Slider --- */
#slides {
    position:relative;    
    margin:0px;
    background:#000;
    max-width:610px;
    padding-bottom:5px;
    max-height:305px;
}

.slidesjs-container {max-height:305px;}

.slides_container {
    background:#000;
    width:610px;
    height:280px;
    margin:0px;
    padding:0px;
    display:none;
}
.slides_container div {
    padding:0px!important;    
}
            
.slides_container div {
    display:block;
}
.slides_container div.left-box {
    width:410px;
    height:270px;
    float:left;
    display:inline-block;
}

.slidesjs-pagination {
text-align: right;
padding: 0px;
width: 590px;
overflow: hidden;
margin: 0px 0px 0px 5px;
background:#2E2E2E;
padding:7px 5px 3px;
}

.slidesjs-pagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}
.slidesjs-pagination li a {
    display:block;
    width:30px;
    height:0;
    padding-top:10px;
    background:url(http://www.pdnonline.com/static/structural_images/gryimg.gif) no-repeat;
    float:left;
    overflow:hidden;
}
.slidesjs-pagination li.current a, .slidesjs-pagination li a:hover, .slidesjs-pagination li a.active:hover,
.slidesjs-pagination li a.active  {
    background:url(http://www.pdnonline.com/static/structural_images/whiteimg.gif) no-repeat;
}
a.slidesjs-previous {
    background-image: url('http://www.pdnonline.com/static/structural_images/first.gif') !important;
    background-repeat: no-repeat;
    background-position: left top;
    position:absolute;
    bottom:7px;
    right:50px;
}

a.slidesjs-play, a.slidesjs-stop {
    background-image: url('http://www.pdnonline.com/static/structural_images/runimg.gif') !important;
    background-repeat: no-repeat;
    background-position: left top;
    position:absolute;
    bottom:7px;
    right:30px;
}
a.slidesjs-stop {
    background-image: url('http://www.pdnonline.com/static/structural_images/stop.gif') !important;
}
a.slidesjs-previous:hover {
        background-image: url('http://www.pdnonline.com/static/structural_images/firsthover.gif') !important;
}
a.slidesjs-next {
    background-image: url('http://www.pdnonline.com/static/structural_images/last.gif') !important;
    background-repeat: no-repeat;
    background-position: left top;
    position:absolute;
    bottom:7px;
    right:10px;
}
a.slidesjs-next:hover {
    background-image: url('http://www.pdnonline.com/static/structural_images/lasthover.gif') !important;
}
#slides .slidesjs-next, #slides .slidesjs-previous, #slides .slidesjs-play, #slides .slidesjs-stop {
    position: absolute;
    width: 13px;
    height: 14px;
    display: block;
    z-index: 101;
    text-indent: -9999px;
}
.slides_container img {
    margin:7px auto;
    max-width:400px;
    margin-left:7px;
}
.slide-text {
    float:left;
    width:185px!important;
    padding:10px 5px 10px 5px;
    height:265px !important;
}
#content .slide-text a, .slide-text a:link, .slide-text a:visited {color:#09C;text-decoration:none;  
font:bold 12px/18px Arial, Helvetica, sans-serif;
}
#content .slide-text a:hover {text-decoration:underline;}
    #content .slide-text h3 {
        font:bold 12px/18px Arial, Helvetica, sans-serif;
        color:#09C;    
        padding-bottom:10px;
        margin-bottom:10px;
        text-transform:none;
    }
    #content .slide-text h3 a:hover {text-decoration:underline;}
    
    .slide-text p {
         font:normal 12px/18px Arial, Helvetica, sans-serif;
        color:#fff;    
        
    }
    
    .slide-photocaption {position:relative;bottom:0; margin:0px 0 0 3px;}
    .slide-photocaption span {
        color: #CCC;
        font-family: arial,helvetica,sans-serif;
        font-size: 11px;
        font-weight: normal;
        margin-left: 2px;
    }

 