/*
    anythingSlider v1.0
    
    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: 940px; height: 450px; position: relative; margin: 0; padding:0;}
.anythingSlider .wrapper                { width: 940px; overflow: auto; height: 405px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 405px; width: 940px; margin: 0; list-style:none;}
.anythingSlider .SlideContent			{ margin:0; padding:0; width:940px; height:405px; float:left; position:relative;}
.anythingSlider .SlideImage				{ margin:0; padding:0; width:940px; height:405px; position:absolute; left:0; top:0; z-index:555;}
.anythingSlider .SlideText				{ margin:0; padding:0; width:348px; height:405px; background: url(/wp-content/themes/skye/images/musta.png) no-repeat; position:absolute;left:512px;top:0;z-index:666}
.anythingSlider .arrow                  { display: block; height: 202px; width: 80px; background: url(/wp-content/themes/skye/images/arrows_blue.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 85px; cursor: pointer; z-index:999;}
.anythingSlider .forward                { background-position: 0 0; right: -6px; }
.anythingSlider .back                   { background-position: -86px 0; left: 0px; }
.anythingSlider .forward:hover          { background-position: 0 -202px; }
.anythingSlider .back:hover             { background-position: -86px -202px; }
/*
#thumbNav                               { position: relative; top: 405px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(/wp-content/themes/skye/images/cellshade.png) repeat-x; text-align: center;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }
*/
#thumbNav {display:none;}
/*
#start-stop                             { background: green; background-image: url(/wp-content/themes/skye/images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 405px;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }
*/
#start-stop {display:none;}
/*
  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; }


#secondary-content .anythingSlider li .SlideText h3 {text-transform:uppercase;margin:25px 25px 10px 25px;font-size:1em;font-weight:normal;}
#secondary-content .anythingSlider li .SlideText h4 {margin:0 25px 30px 25px;font-size:1.8em;font-weight:normal;}
#secondary-content .anythingSlider li .SlideText h4 a {text-decoration:none;color:#fff;font-weight:normal;font-size:0.65em;}
#secondary-content .anythingSlider li .SlideText p {margin:0 25px 1em 25px;line-height:155%;font-size:1.1em;}