/* 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
350 width of the slideshow
250 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:
550

Simple calculations are possible:
500 : width of the slideshow + 150 pixel
-170 : width of the text bar - width of the slideshow - 150 pixel
*/

/* Slideshow Containers */
#aspss-outer-panel_854 {width:550px;height:250px;margin:0;padding:0;border:0;background:#808080;} /* Frame / Background Color */
#aspss-panel_854 {width:550px;margin:0;padding:0;position:relative;}
#aspss-slider_854 {width:535px;height:250px;background:none;overflow:hidden;}

/* Slideshow Area */
.slide {width:550px;left:0;position:absolute;} 
#slide-wrapper_854 {font-size:11px;width:350px;height:250px;text-align:left;display:none;}
#slide-loader_854 {width:350px;height:250px;margin-left:200px;text-align:center;background:#808080 url(/DesktopModules/ASPSlideShow/Templates/Splitter_gray/preloader.gif) no-repeat center;} /* Slide Preloader/Background Color */
#slide-outer_854 {height:250px;}
#slide-outer_854 .slide-inner {color:#fff;height:250px;margin:0;background:#808080;position:relative;overflow:hidden;} /* Slide Area (Background Color) */
#slide-outer_854 .slide-inner a.ass_img {margin:0 0 0 200px;padding:10px;border-left:0px solid #333;overflow:hidden;display:block;cursor:hand;} /* Padding / Vertical Separating Line (border-left:0px ->not visible) */
#slide-outer_854 .slide-inner a.ass_img span {height:230px;margin:0 0;position:relative;overflow:hidden;display:block;} /* Info! height: Height - 2*Padding (see previous line) */
#slide-outer_854 .slide-inner a.ass_img span span {margin:0;}

/* Menu Buttons */
#menu-outer_854 {width:200px;margin:8px 0 16px 0;padding:0;bottom:0;left:0;position:absolute;overflow:hidden;display:block;}
#menu-outer_854 ul {margin:0;padding:0 10px;text-align:right;} 
#menu-outer_854 li {margin:0;padding:0;background:none;display:inline;}
#menu-outer_854 li a,#menu-outer_854 li a:hover,#menu-outer_854 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_854 li a {border:1px solid #aaa;} /* Button Frame */
#menu-outer_854 li a:hover {border:1px solid #fff;} /* Button Frame Hover */
#menu-outer_854 li a.menu-active {border:1px solid #fff;} /* Button Frame Active */
#menu-outer_854 li a img,#menu-outer_854 li a:hover img,#menu-outer_854 li a.menu-active img {width:auto;height:30px;display:block;} /* Button-Image Size */
#menu-outer_854 li a img {/*opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);*/} /* Button-Image Transparency */
#menu-outer_854 li a:hover img {/*opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);*/} /* Button-Image Hover Transparency */
#menu-outer_854 li a.menu-active img {/*opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);*/} /* Button-Image Active Transparency */
#menu-outer_854 li a span.menu-img {}
#menu-outer_854 li a span.menu-key {padding:0 2px;}
#menu-outer_854 li a span.menu-title {display:none;}
#menu-outer_854 li a span.menu-text {display:none;}
#menu-outer_854 li a span.menu-clr {display:none;}
#menu-outer_854 li.noimages {display:none;}

/* TextBar Title/Text/BackgroundText */
.aspss-textbar_854 {width:200px;height:170px;margin:0;padding:0;top:0;left:0;background:#808080;position:absolute;overflow:hidden;} /* Text Bar (Background Color) */
.aspss-textbar_854 .textbar_854 {padding:16px 8px 4px 2px;}
.aspss-textbar_854 .textbar_854 .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_854 .textbar_854 .bar-title a {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:18px;color:#fff;} /* Title Font/Color */
.aspss-textbar_854 .textbar_854 .bar-title a:hover {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:18px;color:#fff;} /* Title Hover Font/Color */
.aspss-textbar_854 .textbar_854 .bar-tagline {font-size:11px;margin:0;padding:0;display:none;}
.aspss-textbar_854 .textbar_854 .bar-text {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:11px;color:#fff;margin:0;padding:0 10px;} /* Text */
.aspss-textbar_854 .textbar_854 a.readon {display:none;}
.aspss-textbar_854 .textbar_854 a.readon:hover {display:none;}

/* Background Text (if applicable) */
.aspss-backgroundtext_854 {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:20px;font-weight:normal;color:#fff;width:340px;height:250px;margin-left:200px;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_854 img {border:none;}
.aspss-textbar_854 .textbar_854 img,
.aspss-textbar_854 .textbar_854 .bar-text img {display:none;} 
.aspss-clr {line-height:0;height:0;}
