/* 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
730 width of the slideshow
289 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:
930

Simple calculations are possible:
880 : width of the slideshow + 150 pixel
-550 : width of the text bar - width of the slideshow - 150 pixel
*/

/* Slideshow Containers */
#aspss-outer-panel_413 {width:730px;margin:0;padding:0;border:0;} /* Frame */
#aspss-panel_413 {width:730px;position:relative;}
#aspss-slider_413 {width:730px;height:289px;background:none;overflow:hidden;}
#slide-loader_413 {width:730px;height:289px;text-align:center;background:#808080 url(/DesktopModules/ASPSlideShow/Templates/Vertical_gray/preloader.gif) no-repeat center;} /* Preloader Area - Image And Background Color  */
#slide-wrapper_413 {font-size:11px;width:730px;height:289px;text-align:left;display:none;}
#slide-wrapper_413 #slide-outer_413 {height:289px;background:#808080;} /* Slide Area - Transition Color */
#slide-wrapper_413 #slide-outer_413 .slide {width:730px;height:289px;right:0;position:absolute;overflow:hidden;}
#slide-wrapper_413 #slide-outer_413 .slide .slide-inner {color:#fff;height:289px;margin:0;background:#808080;position:relative;overflow:hidden;} /* Slide Area - Background Color */
#slide-wrapper_413 #slide-outer_413 .slide .slide-inner a.ass_img span span span {background:none;}

/* Menu Buttons */
#menu-outer_413 {margin:0;padding:0;text-align:right;position:relative;}
#menu-outer_413 ul {height:16px;margin:-28px 8px 0 0;padding:0;position:relative;float:right;}
#menu-outer_413 li {margin:0;padding:0;background:none;display:none;}
#menu-outer_413 li.noimages {margin:0;padding:0;display:inline;}
#menu-outer_413 li.noimages a#aspss-panel_413_next {width:16px;height:16px;margin:0 4px 0 0;padding:0;border:none;background:url(/DesktopModules/ASPSlideShow/Templates/Vertical_gray/next.png) no-repeat;float:right;display:block;} /* Next Button - Image/Position */
#menu-outer_413 li.noimages a#aspss-panel_413_playButton {display:none;}
#menu-outer_413 li.noimages a#aspss-panel_413_prev {width:16px;height:16px;margin:0 4px 0 0;padding:0;border:none;background:url(/DesktopModules/ASPSlideShow/Templates/Vertical_gray/prev.png) no-repeat;float:right;display:block;} /* Prev Button - Image/Position */
#menu-outer_413 li.clr {float:none;}

/* TextBar Title/Text/BackgroundText */
.aspss-textbar_413 {font-size:11px;width:200px;height:100%;margin:0;padding:0;top:0;bottom:0;left:40px;background:url(/DesktopModules/ASPSlideShow/Templates/Vertical_gray/textbar.png);position:absolute;} /* Text Bar - Position/Size */
.aspss-textbar_413 .textbar_413 {margin:0;padding:12px 8px;}
.aspss-textbar_413 .textbar_413 .bar-title {font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:24px;color:#fff;line-height:24px;margin:0;padding:0;} /* Title (No Link) - Font/Color */
.aspss-textbar_413 .textbar_413 .bar-title a {font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:24px;color:#fff;line-height:24px;margin:0;padding:0;} /* Title - Font/Color */
.aspss-textbar_413 .textbar_413 .bar-title a:hover {font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:24px;color:#fff;line-height:24px;margin:0;padding:0;} /* Title Hover - Font/Color */
.aspss-textbar_413 .textbar_413 .bar-tagline {font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:13px;color:#fff;margin:6px 0;padding:1px 4px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;} /* Menu Button Title - Font/Color */
.aspss-textbar_413 .textbar_413 .bar-text {font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:11px;color:#fff;margin:4px 0 12px 0;padding:0 4px;} /* Text - Font/Color */
.aspss-textbar_413 .textbar_413 a.readon {font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:11px;color:#fff;margin:0;padding:1px 4px;text-decoration:none;border:none;background:#808080;display:inline;}  /* More... Button */
.aspss-textbar_413 .textbar_413 a.readon:hover {font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:11px;color:#fff;margin:0;padding:1px 4px;text-decoration:none;border:none;background:#a6a6a6;display:inline;} /* More... Button Hover */

/* Background Text (if applicable) */
.aspss-backgroundtext_413 {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:20px;font-weight:normal;color:#fff;width:720px;height:289px;margin:0px;padding:10px;text-decoration:none;cursor:default;} /* Background Text (if applicable) */

/* Generic Styling */
a:active,a:focus {outline:0;}
#aspss-panel_413 img {border:none;}
.aspss-textbar_413 .textbar_413 img,
.aspss-textbar_413 .textbar_413 .bar-text img {display:none;}
.aspss-clr {line-height:0;height:0;}
