/* Values of the slideshow's configuration page are made available via tokens.
Important!
- Tokens must always start with [% and end with %].
- Number values always indicate number of pixels.

The following tokens are available:
/DesktopModules/ASPSlideShow/Templates template root directory
640 width of the slideshow
350 height of the slideshow
200 width of the text bar (only when vertical) 
200 width of individual menu items
68 height of individual menu items

Individual tokens can be combined:
840

Simple calculations are possible:
790 : width of the slideshow + 150 pixel
-460 : width of the text bar - width of the slideshow - 150 pixel
*/

/* Slideshow Containers */
#aspss-outer-panel_480 {width:640px;margin:0;padding:0;border:0;overflow:hidden;} /* Frame */
#aspss-panel_480 {width:640px;margin:0;padding:0;position:relative;clear:both;}
#aspss-slider_480 {width:640px;height:350px;text-align:left;background:none;clear:both;overflow:hidden;}
#slide-loader_480 {width:640px;height:350px;text-align:center;background:#4169e1 url(/DesktopModules/ASPSlideShow/Templates/Speed_blue_royalblue/preloader.gif) no-repeat center;} /* Slide Preloader/Background Color */
#slide-wrapper_480 {width:640px;height:350px;display:none;}
#slide-wrapper_480 #slide-outer_480 {height:350px;background:#4169e1;} /* Transition Color */ 
#slide-wrapper_480 #slide-outer_480 .slide {width:640px;height:350px;right:0;position:absolute;overflow:hidden;}
#slide-wrapper_480 #slide-outer_480 .slide .slide-inner {color:#fff;height:350px;z-index:8;margin:0;text-align:left;background:#4169e1;position:relative;overflow:hidden;} /* Slide Background Color */
#slide-wrapper_480 #slide-outer_480 .slide .slide-inner a.ass_img span span span {top:0;left:0;background:none;position:relative}

/* Menu Buttons */
#menu-outer_480 {width:100%;z-index:9;margin:0;padding:0;border-top:2px solid #3455b6;background:url(/DesktopModules/ASPSlideShow/Templates/Speed_blue_royalblue/menu_bg.gif) no-repeat right top;position:relative;clear:both;overflow:hidden;} /* NavigationBar BorderTop And BackgroundImage */
#menu-outer_480 ul {margin:0;padding:0 16px 0 34px;text-align:right;background:url(/DesktopModules/ASPSlideShow/Templates/Speed_blue_royalblue/corner.png) no-repeat left top;float:right;list-style:none;} /* Left Corner*/
#menu-outer_480 li {line-height:14px;margin:0;padding:2px 0;text-align:center;border:none;background:#4169e1;float:left;list-style:none;display:inline;} /* NavigationBar BackgroundColor */
#menu-outer_480 li a {font-family:Tahoma, Arial, sans-serif;font-size:10px;color:#a1b8fd;margin:0 3px;padding:1px;text-align:center;text-decoration:none;} /* Button TextSize And TextColor */
#menu-outer_480 li a:hover,
#menu-outer_480 li a.menu-active {font-family:Tahoma, Arial, sans-serif;font-size:10px;color:#fff;margin:0 3px;padding:0;text-align:center;text-decoration:none;border:1px solid #a1b8fd;}  /* Button Active TextSize, TextColor And ButtonFrame */
#menu-outer_480 li a span.menu-img {display:none;}
#menu-outer_480 li a span.menu-key {padding:2px;}
#menu-outer_480 li a span.menu-title {display:none;}
#menu-outer_480 li a span.menu-text {display:none;}
#menu-outer_480 li a span.menu-clr {display:none;}
#menu-outer_480 li.noimages a,
#menu-outer_480 li.noimages a.menu-active,
#menu-outer_480 li.noimages a:hover {padding:1px;border:none;} /*Navigation Buttons 'Prev', 'Pause', 'Next' */

/* TextBar Title/Text/BackgroundText */
.aspss-textbar_480 {width:100%;margin:0;padding:0;right:0;bottom:0;left:0;background:url(/DesktopModules/ASPSlideShow/Templates/Speed_blue_royalblue/textbar.png);position:absolute;}
.aspss-textbar_480 .textbar_480 {padding:4px 8px 2px 8px;}
.aspss-textbar_480 .textbar_480 .bar-title {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:26px;color:#fff;line-height:26px;margin:0;padding:0;} /* Title (No Link) Font/Color */
.aspss-textbar_480 .textbar_480 .bar-title a {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:26px;color:#fff;margin:0;padding:0;} /* Title Font/Color */
.aspss-textbar_480 .textbar_480 .bar-title a:hover {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:26px;color:#fff;margin:0;padding:0;} /* Title Hover Font/Color */
.aspss-textbar_480 .textbar_480 .bar-tagline {font-size:11px;margin:0;padding:0;display:none;}
.aspss-textbar_480 .textbar_480 .bar-text {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:11px;color:#fff;margin:4px 0 15px 2px;padding:0;} /* Text */
.aspss-textbar_480 .textbar_480 a.readon {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:11px;color:#a1b8fd;line-height:20px;margin:0;padding:1px 8px;text-decoration:none;border:0;background:url(/DesktopModules/ASPSlideShow/Templates/Speed_blue_royalblue/readmore.png) repeat-x center;display:inline;} /* Read More Button */
.aspss-textbar_480 .textbar_480 a.readon:hover {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:11px;color:#fff;line-height:20px;margin:0;padding:1px 8px;text-decoration:none;border:0;background:url(/DesktopModules/ASPSlideShow/Templates/Speed_blue_royalblue/readmore-hover.png) repeat-x center;display:inline;} /* Read More Button Hover */

/* Background Text (if applicable) */
.aspss-backgroundtext_480 {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:20px;font-weight:normal;color:#fff;width:630px;height:350px;margin:0px;padding:10px;text-decoration:none;cursor:default;} /* Background Text (if applicable) */

/* Generic Styling */
a:active,a:focus {outline:0;}
#aspss-panel_480 img {border:none;}
.aspss-textbar_480 .textbar_480 img,
.aspss-textbar_480 .textbar_480 .bar-text img {display:none;}
.aspss-clr {line-height:0;height:0;clear:both;}
