/*
    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/
	
	Implemented for Faith Bible Church Singapore 2010
	Wide Version - Not for Main Page
*/


.anythingSlider                         { width: 960px; height: 320px; position: relative; margin: 0 0 5px 0; }
.anythingSlider .wrapper                { width: 960px; overflow: auto; height: 320px; margin: 0; position: absolute; top: 0; left: 0; background: none; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 320px; width: 960px; margin: 0; }

#thumbNav						{ position: relative; top: 290px; text-align: center; background: url(../img/slider_silk_bg.png) repeat; padding: 0; width: 960px; height: 30px;}
#thumbNav .numberedNav			{ display: inline-block; padding: 0; width: 18px; height: 18px; margin: 5px 5px; background: url(../img/thumbnav.png) no-repeat 0 18px; text-align: center; text-decoration: none; color: white; font: bold 11px/18px Arial, sans-serif;}
#thumbNav .numberedNav:hover		{ background-position: 0px 0px; }
#thumbNav .numberedNav.cur		{ background-position: 0px 0px; }

#thumbNav .arrow					{ display: inline-block; padding: 0; width: 18px; height: 18px; margin: 5px 10px 2px 10px; background: url(../img/thumbnav_arrow.png) no-repeat 0 0; text-indent: -9999px;  cursor: pointer; font: bold 11px/18px Arial, sans-serif;}
#thumbNav  .forward                { background-position: -18px 0; }
#thumbNav  .back                   { background-position: 0 0; }
#thumbNav  .forward:hover          { background-position: -18px -18px; }
#thumbNav  .back:hover             { background-position: 0 -18px; }

#start-stop                             { display: inline-block; padding: 0; margin: 5px 2px; background: url(../img/start_pause.png) no-repeat 0 -18px; width: 18px; height: 18px; text-indent: -9999px; float: right; }
#start-stop.playing                     { background-position: 0 0; }
#start-stop:hover                       { background-color: #555; }

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