@charset "UTF-8";
/* CSS Document */

/* Slideshow Nav */
.jquery_slideshow_nav { z-index: 50; position: relative; top: -85px; right: 0px; margin: -2px; }
.jquery_slideshow_nav a { margin:0 2px; padding: 2px 3px;  background: #000; text-decoration: none; color:#fff; font-size:8px; line-height:12px;}
.jquery_slideshow_nav a.activeSlide { background: #ea0; color:#000; }
.jquery_slideshow_nav a:focus { outline: none; }

/* Single Page / Multiple Slideshow Support - Should probably migrate all the slideshows to this stuff */
.jquery_slideshow { width: 550px; height:420px; }
.jquery_slideshow div { width: 550px; height: 420px; padding: 0px; color: #333; text-align: left;  }
.jquery_slideshow div img { float: left; margin: 0 0 20px 0; width: 550px; height: 330px; padding: 0px; background: #fff; visibility: hidden; }

.jquery_slideshow div { top: 0; left: 0 }

.jquery_slideshow span {font-family: Arial, Helvetica, sans-serif; color:#30393d; font-size: 12px; line-height: 18px; font-style:normal;  text-indent: 0px; width:550px; display:block; clear:both;}

/* IE fix for slideshow nav */
#article-slideshow-nav a { margin:0 2px; padding: 2px 3px;  background: #000; text-decoration: none; color:#fff; font-size:8px; line-height:12px;}
#article-slideshow-nav a.activeSlide { background: #ea0; color:#000; }
#article-slideshow-nav a:focus { outline: none; }

#article-slideshow-nav2 a { margin:0 2px; padding: 2px 3px;  background: #000; text-decoration: none; color:#fff; font-size:8px; line-height:12px;}
#article-slideshow-nav2 a.activeSlide { background: #ea0; color:#000; }
#article-slideshow-nav2 a:focus { outline: none; }