/*
    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/
*/


.anythingSlider                         { width: 703px; height: 417px; position: relative; }
.anythingSlider .wrapper                { width: 703px; overflow: auto; height: 347px; 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: 347px; width: 701px; 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; }
.homeTextSlide {height: 237px; width: 701px;padding-top:110px!important}
.homeTextSlideText {width:342px;float:left;padding:0px 30px 0px 20px;color:#fff;font-family:arial;}
.homeTextSlideText p {color:#fff;font-family:Arial;font-size:14px;}
.homeTextSlideImage {width:289px;padding-right:20px;float:left;}



#thumbNav                               { -moz-border-radius: 0px 0px 10px 10px;-webkit-border-radius: 0px 0px 10px 10px;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                            { font-family:"Vag", arial;font-size:170%;display:block; color:#FFFFFF;  height:25px; padding:20px 9px 24px 9px; text-align:center; text-decoration:none; border-right:1px solid #ffffff; float:left; }
#thumbNav  a.link1                      { color: #00a0dd; text-shadow:0 1px 1px #FFFFFF; }
#thumbNav  a.link2                      { color: #e88dbd; text-shadow:0 1px 1px #FFFFFF;  }
#thumbNav  a.link3                      { color: #5cb34d; text-shadow:0 1px 1px #FFFFFF;  }
#thumbNav  a.link4                      { color: #8880bd; text-shadow:0 1px 1px #FFFFFF; border-right:0px; }
.panel1                                 { background:url(../images/bg-wyl-our-childcare.jpg) repeat-x; border: 1px solid #a5e6ff;border-bottom:0px; }
.panel1 img {border:2px solid #e4f8ff;} 
.panel1 h3 {color:#0094cc;}
.panel1 a.link-to-wyl {font-family:"Vag", Arial;font-size:21px;text-shadow:0 1px 1px #FFFFFF;text-decoration:none;color:#0094cc;}
.panel2                                 { background:url(../images/bg-wyl-great-staff.jpg) repeat-x; border: 1px solid #fdd0e8;border-bottom:0px; }
.panel2 img {border:2px solid #fef0f8;} 
.panel2 h3 {color:#d16aa0;}
.panel2 a.link-to-wyl {font-family:"Vag", Arial;font-size:21px;text-shadow:0 1px 1px #FFFFFF;text-decoration:none;color:#d16aa0;}
.panel3                                 { background:url(../images/bg-wyl-nutritious-food.jpg) repeat-x; border: 1px solid #84ac7c;border-bottom:0px; }
.panel3 img {border:2px solid #DCFED6;}
.panel3 h3 {color:#48993a;}
.panel3 a.link-to-wyl {font-family:"Vag", Arial;font-size:21px;text-shadow:0 1px 1px #FFFFFF;text-decoration:none;color:#48993a;}
.panel4                                 { background:url(../images/bg-wyl-safe-secure.jpg) repeat-x; border: 1px solid #cbc5ef;border-bottom:0px; }
.panel4 img {border:2px solid #eeecfc;} 
.panel4 h3 {color:#6b639e;}
.panel4 a.link-to-wyl {font-family:"Vag", Arial;font-size:21px;text-shadow:0 1px 1px #FFFFFF;text-decoration:none;color:#6b639e;}

#thumbNav a.wyl-slider-link             { color: #5cb34d; text-shadow:0 1px 1px #FFFFFF; font-size:160%;padding:20px 26px 24px; } 

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; 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
*/
#textSlide                              { padding: 0px; }
#textSlide h3                           { font-size:230%;font-family:"Vag", Arial;text-shadow:0 1px 0 #ffffff; }
#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; }

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





/*Menu Slider
**************************/
.second-wrapper {
  background:url(../images/bg-sample-menu.png) repeat-x;
}
.second-thumbNav {
  top:247px!important;
}

#wyl-title-home {
height:85px;
margin-bottom:-85px;
padding-top:2px;
position:absolute;
width:638px;
z-index:1000;
}