/*
    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: 921px; height: 415px; position: relative; margin: 0 auto 5px; background:#3b3b3b url(../../images/slider/shadow.gif) repeat-x 0 282px; }
.anythingSlider .wrapper                { width: 921px; overflow: hidden;/*border-top:2px solid #f34500;*/ height: 281px; margin: 0 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul li .innercontent                { height:1000px;width:1000px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #515151; /*border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213;*/ margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; width: 921px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; /*background: url(../../images/slider/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                               { position: relative; top: 281px; left:3px; text-align: center;padding-left:5px; }
#thumbNav a                             { color: #fff; display: block; float:left; padding: 107px 0 2px 5px; height: 19px; margin: 0 7px 0 0; background: #c58b04 url(../../images/slider/cellshade.png) repeat-x; text-align: left; /*-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;*/ width:216px; }
#thumbNav a#tab1                        { background: url(../../images/slider/home-websites1.gif) no-repeat; }
#thumbNav a#tab2                        { background: url(../../images/slider/home-ecomm1.gif) no-repeat; }
#thumbNav a#tab3                        { background: url(../../images/slider/home-programming1.gif) no-repeat; }
#thumbNav a#tab4                        { background: url(../../images/slider/home-marketing1.gif) no-repeat; }

#thumbNav a#tab1:hover                  { background: url(../../images/slider/home-websites2.gif) no-repeat; }
#thumbNav a#tab2:hover                  { background: url(../../images/slider/home-ecomm2.gif) no-repeat; }
#thumbNav a#tab3:hover                  { background: url(../../images/slider/home-programming2.gif) no-repeat; }
#thumbNav a#tab4:hover                  { background: url(../../images/slider/home-marketing2.gif) no-repeat; }
	
#thumbNav a:hover                       { background-image: none; }
#thumbNav a#tab1.cur                    { background: url(../../images/slider/home-websites2.gif) no-repeat; }
#thumbNav a#tab2.cur                    { background: url(../../images/slider/home-ecomm2.gif) no-repeat; }
#thumbNav a#tab3.cur                    { background: url(../../images/slider/home-programming2.gif) no-repeat; }
#thumbNav a#tab4.cur                    { background: url(../../images/slider/home-marketing2.gif) no-repeat; }

#start-stop                             { background: #f34500; display:inline; background-image: url(../../images/slider/playbutton.gif); background-repeat: repeat-x; color: white; padding: 0 60px 0 20px; width: auto; text-align: center; position: absolute; display:block; height:30px; right: 5px; top: 5px; /*-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: none; padding:0; display:none; }
#start-stop:hover                       { /*background-image: none;*/ }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: 921px; height:250px; border: 0; padding:0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; display:block; padding:0; }


.anythingSlider ul li .caption              { margin-top:-40px;position:relative;display:block;width:27%;height:40px;padding:10px;background:#f34500;background:#3b3b3b;z-index:1000;float:right; }
.anythingSlider ul li .caption p              { font-size:18px; }