/* 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
450 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:
650

Simple calculations are possible:
600 : width of the slideshow + 150 pixel
-270 : width of the text bar - width of the slideshow - 150 pixel
*/

/* Slideshow Containers */
#aspss-outer-panel_377 {width:650px;height:350px;margin:0;padding:0;border:0;background:#808080;} /* Frame / Background Color */
#aspss-panel_377 {width:650px;margin:0;padding:0;position:relative;}
#aspss-slider_377 {width:450px;height:350px;background:none;overflow:hidden;}

/* Slideshow Area */
.slide {width:650px;left:0;position:absolute;} 
#slide-wrapper_377 {font-size:11px;width:450px;height:350px;text-align:left;display:none;}
#slide-loader_377 {width:450px;height:350px;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_377 {height:350px;}
#slide-outer_377 .slide-inner {color:#fff;height:350px;margin:0;background:#808080;position:relative;overflow:hidden;} /* Slide Area (Background Color) */
#slide-outer_377 .slide-inner a.ass_img {margin:0 0 0 200px;padding:10px;border-left:0px solid #333;overflow:hidden;display:block;} /* Padding / Vertical Separating Line (border-left:0px ->not visible) */
#slide-outer_377 .slide-inner a.ass_img span {height:330px;margin:0 0;position:relative;overflow:hidden;display:block;} /* Info! height: Height - 2*Padding (see previous line) */
#slide-outer_377 .slide-inner a.ass_img span span {margin:0;}
#slide-outer_377 .slide-inner a.ass_img span span span {background:none} 

/* Menu Buttons */
#menu-outer_377 {width:200px;margin:8px 0 16px 0;padding:0;bottom:0;left:0;position:absolute;overflow:hidden;display:block;}
#menu-outer_377 ul {margin:0;padding:0 10px;text-align:right;} 
#menu-outer_377 li {margin:0;padding:0;background:none;display:inline;}
#menu-outer_377 li a,#menu-outer_377 li a:hover,#menu-outer_377 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_377 li a {border:1px solid #aaa;} /* Button Frame */
#menu-outer_377 li a:hover {border:1px solid #fff;} /* Button Frame Hover */
#menu-outer_377 li a.menu-active {border:1px solid #fff;} /* Button Frame Active */
#menu-outer_377 li a img,#menu-outer_377 li a:hover img,#menu-outer_377 li a.menu-active img {width:auto;height:30px;display:block;} /* Button-Image Size */
#menu-outer_377 li a img {/*opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);*/} /* Button-Image Transparency */
#menu-outer_377 li a:hover img {/*opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);*/} /* Button-Image Hover Transparency */
#menu-outer_377 li a.menu-active img {/*opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);*/} /* Button-Image Active Transparency */
#menu-outer_377 li a span.menu-img {}
#menu-outer_377 li a span.menu-key {padding:0 2px;}
#menu-outer_377 li a span.menu-title {display:none;}
#menu-outer_377 li a span.menu-text {display:none;}
#menu-outer_377 li a span.menu-clr {display:none;}
#menu-outer_377 li.noimages {display:none;}

/* TextBar Title/Text/BackgroundText */
.aspss-textbar_377 {width:200px;height:270px;margin:0;padding:0;top:0;left:0;background:#808080;position:absolute;overflow:hidden;} /* Text Bar (Background Color) */
.aspss-textbar_377 .textbar_377 {padding:16px 8px 4px 2px;}
.aspss-textbar_377 .textbar_377 .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_377 .textbar_377 .bar-title a {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:18px;color:#fff;} /* Title Font/Color */
.aspss-textbar_377 .textbar_377 .bar-title a:hover {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:18px;color:#fff;} /* Title Hover Font/Color */
.aspss-textbar_377 .textbar_377 .bar-tagline {font-size:11px;margin:0;padding:0;display:none;}
.aspss-textbar_377 .textbar_377 .bar-text {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:11px;color:#fff;margin:0;padding:0 10px;} /* Text */
.aspss-textbar_377 .textbar_377 a.readon {display:none;}
.aspss-textbar_377 .textbar_377 a.readon:hover {display:none;}

/* Background Text (if applicable) */
.aspss-backgroundtext_377 {font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;font-size:20px;font-weight:normal;color:#fff;width:440px;height:350px;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_377 img {border:none;}
.aspss-textbar_377 .textbar_377 img,
.aspss-textbar_377 .textbar_377 .bar-text img {display:none;} 
.aspss-clr {line-height:0;height:0;}
