/*   contains slideshow and audio player css */

/* FULL SIZED slideshow */

/* relative to:
700x467 MM gallery and stories
520x347 stories
460x307 homes, hubs

*/


#slideshow-container {
    float: left;
    height: 497px;
/*467 + 30 for controls*/
    /*margin-right: 20px;*/
    width: 700px;
}
#slideshow {
    height: 467px;
    overflow: hidden;
}
#slideshow .slide {
    height: 467px;
    overflow: hidden;
    position: relative;
}
#slideshow .slide img {
    height: 467px;
    width: 700px;
}
#slideshow .caption {
    position: absolute;
    bottom: 0;
    height: 40px;
    left: 0;
    padding: 10px;
    width: 680px;
    background-image: url('../images/slideshow/ss-caption-bg.png');
    color: #ffffff;
}

#slideshow .caption p {
margin-top:0px;
}

#slideshow .caption a, #slideshow .caption a:hover {
color: #999999;
}
#slideshow .caption a:hover {
text-decoration:underline;
}

#slideshow-controls img {
width: auto;
height: auto;
cursor: pointer;
}
#slideshow-controls {
    position: relative;
    height: 30px;
    width: 700px;
}

#pauseorplay {
    float: left;
    background-color: #4D4D4D;
    width:63px; /*full size*/
    padding: 10px 15px 10px 15px;
    height:20px; 
margin-right:14px;    
color: #FFF;
text-transform: uppercase;  
}
#pauseorplay img {
    padding-top:3px;
    float: left;
    cursor: pointer;
}
#pauseorplay span {
float: left;
padding-top:1px;
padding-left:4px;
cursor: pointer;
}
#direction-controls {
    float: left;
    background-color: #4D4D4D;
    width:102px; /*full size: increased for double digit slides amount*/
    padding: 10px 15px 10px 15px;
    height:20px;    
color: #FFF;
}
#prev,#indicator,#next {
    float: left;
    
}

#indicator {
margin-left:10px;
margin-right:10px;
}

/*homepage or story hub slideshow*/
/* variant slideshow dimensions */

.ss460 #slideshow-container {
    height: 337px;
/*+ 30 for controls*/
    margin-right: 20px;
    width: 460px;
}
.ss460 #slideshow {
    height: 307px;
}
.ss460 #slideshow .slide {
    height: 307px;
}
.ss460 #slideshow .slide img {
    height: 307px;
    width: 460px;
}
.ss460 #slideshow .caption {
    height: 40px;
    width: 440px;
    
}

/*story slideshow*/
/* variant slideshow dimensions */

.ss520 #slideshow-container {
    height: 377px;
/*347 + 30 for controls*/
    margin-right: 20px;
    width: 520px;
}
.ss520 #slideshow {
    height: 347px;
}
.ss520 #slideshow .slide {
    height: 347px;
}
.ss520 #slideshow .slide img {
    height: 347px;
    width: 520px;
}
.ss520 #slideshow .caption {
    height: 40px;
    width: 500px;
    
}

/*    podcast/audio player */
.audiojs {
    width:300px;
    margin-bottom:25px;
}
.audiojs .scrubber {
   /* display:none;*/
    width:130px;
}

