/*
    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: 710px; height: 280px; position: relative; margin: 20px auto; }
.anythingSlider .wrapper                { width: 710px; overflow: auto; height: 280px; margin: 0 0px; position: absolute; top: 0; left: 0px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; padding: 0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 280px; width: 710px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 22px; width: 20px; background: url(http://www.37point5.co.uk/media/layout/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 25px; cursor: pointer; }
.anythingSlider .forward                { background-position: -19px 0; right:0px; }
.anythingSlider .back                   { background-position: 0px 0; left:0px; }
.anythingSlider .forward:hover          { }
.anythingSlider .back:hover             {  }



#start-stop                             {display: none; 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; }

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


#textSlide {position: relative;}
#textSlide h2 {font-size: 22px; margin: 0 0 0 0; padding: 30px 0 0 40px;}
#textSlide p {display: block; padding: 5px 0 0 40px; margin: 0 0 0 0; width: 250px;}
.slidelink {position: absolute; top: 203px; left: 53px;}
.slidelink a {font-weight: bold; color: #555;}


.slidernav {position: relative; top: 0px; z-index: 5000;}

.slidernav1,
.slidernav2,
.slidernav3,
.slidernav4 {float: left; width: 174px; margin-right: 4px; height: 40px; display: block;}


.slidernav4 {margin: 0 0 0 2px;}

.slidernav1 a,
.slidernav2 a,
.slidernav3 a,
.slidernav4 a {display: block; width: 174px; height: 40px;}


.slide1 {background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_home.jpg) no-repeat 0 0; height: 240px !important;}
.slide2 {background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_healthcare.jpg) no-repeat 0 0; height: 240px !important;}
.slide3 {background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_b2b.jpg) no-repeat 0 0; height: 240px !important;}
.slide4 {background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_landf.jpg) no-repeat 0 0; height: 240px !important;}

#thumbNav                               { position: relative; top: 240px; left: 0; text-align: left; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 0; height: 40px; margin: 0; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a span {display: none;}

#thumbNav a .slider-link1 {width: 175px; height: 40px;background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_healthcare.jpg) no-repeat 0 -240px; margin: 0 4px 0 0}
#thumbNav a .slider-link2 {width: 175px; height: 40px;background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_home.jpg) no-repeat -178px -240px; margin: 0 4px 0 0}
#thumbNav a .slider-link3 {width: 174px; height: 40px;background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_landf.jpg) no-repeat -356px -240px; margin: 0 4px 0 0}
#thumbNav a .slider-link4 {width: 174px; height: 40px;background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_b2b.jpg) no-repeat -532px -240px; margin: 0}

#thumbNav a.cur .slider-link1 {background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_home.jpg) no-repeat 0 -240px;}
#thumbNav a.cur .slider-link2 {background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_healthcare.jpg) no-repeat -178px -240px;}
#thumbNav a.cur .slider-link3 {background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_b2b.jpg) no-repeat -356px -240px;}
#thumbNav a.cur .slider-link4 {background: url(http://www.37point5.co.uk/media/layout/slide/37point5_slide_landf.jpg) no-repeat -532px -240px;}
