/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
#wyl-title {
  position:absolute;
  width:265px;
  height:99px;
  z-index:1000;
  margin-bottom:-99px;
  padding-top:2px;
}

#slider-sidebar {
  width:263px;
  height:585px;
  padding-top:30px;
}
.wyl-link a {
  width:263px;
  height:49px;
  display:block;
  color:#fff;
  text-align:center;
  text-decoration:none;
  padding-top:20px;
  font-size:170%;
  font-family:"Vag", Arial;
  text-shadow:0 1px 1px #444444;
}

.anythingSlider                         { width: 263px; height: 585px; position: relative; }
.anythingSlider .wrapper                { width: 263px; overflow: auto; height: 585px; position: absolute; top: 0px; left: 0; -moz-border-radius: 10px;-webkit-border-radius: 10px;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 585px; width: 263px; margin: 0;-moz-border-radius: 10px 10px 0px 0px;-webkit-border-radius: 10px 10px 0px 0px; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { -moz-border-radius: 0px 0px 10px 10px;-webkit-border-radius: 0px 0px 10px 10px;display:none;position: relative; text-align: left; clear:both; padding-top:0px;height:70px;top:347px;background:url(../images/bg-wyl-nav.jpg) repeat-x; }
#thumbNav  a                            { display:block; color:#FFFFFF; font-size:1.1em; height:25px; padding:22px 25px 22px 25px; text-align:center; text-decoration:none; border-right:1px solid #ffffff; float:left; }
#thumbNav  a.link1                      { color: #00a0dd; text-shadow:0 1px 1px #FFFFFF; font-size:140% }
#thumbNav  a.link2                      { color: #e88dbd; text-shadow:0 1px 1px #FFFFFF; font-size:140% }
#thumbNav  a.link3                      { color: #5cb34d; text-shadow:0 1px 1px #FFFFFF; font-size:140% }
#thumbNav  a.link4                      { color: #8880bd; text-shadow:0 1px 1px #FFFFFF; font-size:140%;border-right:0px; }
.panel1                                { background:url(../images/bg-sidebar-wyl-child.jpg) repeat-x; border: 0px;border-bottom:0px; }
.panel1 .slideTitle                             { font-size:190%;color:#0094cc;text-shadow:0 1px 1px #FFFFFF;;width:253px;height:30px;padding:20px 0px 0px 10px;font-family:"Vag", Arial; }
.panel1 img {border:2px solid #E4F8FF;}
.panel2                                 { background:url(../images/bg-sidebar-wyl-staff.jpg) repeat-x; border: 0px;border-bottom:0px; }
.panel2 .slideTitle                             { font-size:190%;color:#d16aa0;text-shadow:0 1px 1px #FFFFFF;;width:253px;height:30px;padding:20px 0px 0px 10px;font-family:"Vag", Arial; }
.panel2 img {border:2px solid #FEF0F8;}
.panel3                                 { background:url(../images/bg-sidebar-wyl-food.jpg) repeat-x; border: 0px;border-bottom:0px; }
.panel 3 .slideTitle                             { font-size:190%;color:#48993a;text-shadow:0 1px 1px #FFFFFF;;width:253px;height:30px;padding:20px 0px 0px 10px;font-family:"Vag", Arial; }
.panel3 img {border:2px solid #DCFED6;}
.panel4                                 { background:url(../images/bg-sidebar-wyl-secure.jpg) repeat-x; border: 0px;border-bottom:0px; } 
.panel4 .slideTitle                             { font-size:190%;color:#6b639e;text-shadow:0 1px 1px #FFFFFF;;width:253px;height:30px;padding:20px 0px 0px 10px;font-family:"Vag", Arial; }
.panel4 img {border:2px solid #EEECFC;}

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: no-repeat; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }
.cur                                    { background:url(../images/bottom-content-panel-highlight.gif) repeat-x!important;	}
.round-tab                              { -moz-border-radius:10px  0 0; }
/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*
    For Specific Slides
*/
.slideTitle                             { font-size:190%;color:#48993a;text-shadow:0 1px 1px #FFFFFF;;width:253px;height:30px;padding:20px 0px 0px 10px;font-family:"Vag", Arial; }
#textSlide                              { padding: 0px;width:263px;height:485px;padding-top:100px; }
.textSlide-image                        { padding: 0px;width:263px;text-align:center;padding-top:20px; }
.textSlide-image img                    { margin-left:auto;margin-right:auto; }
.textSlide-text                         { width:243px;padding:0px 10px 0px 10px; color:#fff; }
#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }
.text-slide-cont {height:366px;width:263px;}

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p  
