/* 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
650 width of the slideshow
600 height of the slideshow
150 width of the text bar (only when vertical) 
150 width of individual menu items
68 height of individual menu items

Individual tokens can be combined:
800

Simple calculations are possible:
800 : width of the slideshow + 150 pixel
-520 : width of the text bar - width of the slideshow - 150 pixel
*/

/* Slideshow Containers */
#aspss-outer-panel_379 {width:800px;height:600px;margin:0;padding:0;border:0;background:#808080;} /* Frame / Background Color */
#aspss-panel_379 {width:800px;margin:0;padding:0;position:relative;}
#aspss-slider_379 {width:785px;height:600px;background:none;overflow:hidden;}

/* Slideshow Area */
.slide {width:800px;left:0;position:absolute;} 
#slide-wrapper_379 {font-size:11px;width:650px;height:600px;text-align:left;display:none;}
#slide-loader_379 {width:650px;height:600px;margin-left:150px;text-align:center;background:#808080 url(/DesktopModules/ASPSlideShow/Templates/Splitter_gray/preloader.gif) no-repeat center;} /* Slide Preloader/Background Color */
#slide-outer_379 {height:600px;}
#slide-outer_379 .slide-inner {color:#fff;height:600px;margin:0;background:#808080;position:relative;overflow:hidden;} /* Slide Area (Background Color) */
#slide-outer_379 .slide-inner a.ass_img {margin:0 0 0 150px;padding:10px;border-left:0px solid #333;overflow:hidden;display:block;cursor:hand;} /* Padding / Vertical Separating Line (border-left:0px ->not visible) */
#slide-outer_379 .slide-inner a.ass_img span {height:580px;margin:0 0;position:relative;overflow:hidden;display:block;} /* Info! height: Height - 2*Padding (see previous line) */
#slide-outer_379 .slide-inner a.ass_img span span {margin:0;}

/* Menu Buttons */
#menu-outer_379 {width:150px;margin:8px 0 16px 0;padding:0;bottom:0;left:0;position:absolute;overflow:hidden;display:block;}
#menu-outer_379 ul {margin:0;padding:0 10px;text-align:right;} 
#menu-outer_379 li {margin:0;padding:0;background:none;display:inline;}
#menu-outer_379 li a,#menu-outer_379 li a:hover,#menu-outer_379 li a.menu-active {line-height:40px;width:30px;height:30px;margin:2px;padding:0;text-decoration:none;background:#404040;float:left;overflow:hidden;display:block;} /* Button Size/ Button BackgroundColor */
#menu-outer_379 li a {border:1px solid #aaa;} /* Button Frame */
#menu-outer_379 li a:hover {border:1px solid #fff;} /* Button Frame Hover */
#menu-outer_379 li a.menu-active {border:1px solid #fff;} /* Button Frame Active */
#menu-outer_379 li a img,#menu-outer_379 li a:hover img,#menu-outer_379 li a.menu-active img {width:auto;height:30px;display:block;} /* Button-Image Size */
#menu-outer_379 li a img {/*opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);*/} /* Button-Image Transparency */
#menu-outer_379 li a:hover img {/*opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);*/} /* Button-Image Hover Transparency */
#menu-outer_379 li a.menu-active img {/*opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);*/} /* Button-Image Active Transparency */
#menu-outer_379 li a span.menu-img {}
#menu-outer_379 li a span.menu-key {padding:0 2px;}
#menu-outer_379 li a span.menu-title {display:none;}
#menu-outer_379 li a span.menu-text {display:none;}
#menu-outer_379 li a span.menu-clr {display:none;}
#menu-outer_379 li.noimages {display:none;}

/* TextBar Title/Text/BackgroundText */
.aspss-textbar_379 {width:150px;height:520px;margin:0;padding:0;top:0;left:0;background:#808080;position:absolute;overflow:hidden;} /* Text Bar (Background Color) */
.aspss-textbar_379 .textbar_379 {padding:16px 8px 4px 2px;}
.aspss-textbar_379 .textbar_379 .bar-title {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:18px;color:#fff;line-height:22px;margin:0;padding:10px;} /* Title (No Link) Font/Color */
.aspss-textbar_379 .textbar_379 .bar-title a {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:18px;color:#fff;} /* Title Font/Color */
.aspss-textbar_379 .textbar_379 .bar-title a:hover {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:18px;color:#fff;} /* Title Hover Font/Color */
.aspss-textbar_379 .textbar_379 .bar-tagline {font-size:11px;margin:0;padding:0;display:none;}
.aspss-textbar_379 .textbar_379 .bar-text {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:11px;color:#fff;margin:0;padding:0 10px;} /* Text */
.aspss-textbar_379 .textbar_379 a.readon {display:none;}
.aspss-textbar_379 .textbar_379 a.readon:hover {display:none;}

/* Background Text (if applicable) */
.aspss-backgroundtext_379 {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:20px;font-weight:normal;color:#fff;width:640px;height:600px;margin-left:150px;padding:10px;text-decoration:none;border-left:1px solid #7b7b7b;cursor:default;} /* Background Text (if applicable) */

/* Generic Styling */
a:active,a:focus {outline:0;}
#aspss-panel_379 img {border:none;}
.aspss-textbar_379 .textbar_379 img,
.aspss-textbar_379 .textbar_379 .bar-text img {display:none;} 
.aspss-clr {line-height:0;height:0;}
