/*
    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
	notes Version - For Pastoral notes page
*/


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

#notesNav						{ position: relative; top: 0; left: 0; text-align: center; background: #1a1a1a; padding: 0; width: 132px; height: 126px;}
#notesNav .numberedNav			{ display: block; padding: 0; width: 132px; height: 42px; margin: 0; text-decoration: none; color: white; font: bold 11px/18px Arial, sans-serif; cursor: pointer; }
/*
#notesNav .numberedNav:hover		{ background-position: 0px 0px; }
#notesNav .numberedNav.cur		{ background-position: 0px 0px; }
*/
#try { text-align: center; position:relative; top: 15px; left: 625px; width: 320px; height: 170px; background: #1a1a1a; font: bold 14pt Arial, sans-serif; color: white;}

#try h3 { background: url(../img/notes-title1.png) no-repeat; text-indent: -99999px; height: 170px; }

/*
#thumbNav .arrow					{ display: none; 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
*/
.notesSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.notesSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
