/*
    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                         {float:left;}
.anythingSlider .wrapper                { width: 725px; overflow: auto; height: 280px; position: absolute; background-color:#ffffff;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 280px; width:725px; margin: 0; }
/*.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; cursor: pointer; }*/
/*.anythingSlider .forward                { background: url(../images/arrow-right.png) no-repeat 0 100px;  margin:144px 0 0 650px;}
.anythingSlider .back                   { background: url(../images/arrow-left.png) no-repeat 0 100px; margin:144px 0 0 15px; }*/


/*#thumbNav                               { position: relative; top: 0; left: 435px; text-align: center; }

#thumbNav a                             { color: #000000; font-size:11px; font-weight:bold; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #2bafc8 ; 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:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }*/

#start-stop                             { color: #000000; padding: 15px 5px; width: 20px; text-align: center; position: absolute; margin:-23px 0 0 410px;background:url(../images/30-12-2009/play.gif) left top no-repeat; }
#start-stop.playing                     { background:url(../images/30-12-2009/stop.gif) left top no-repeat;  }


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











/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
*                                       { margin: 0; padding: 0; }
body                                    {  }
a, a img                                { }

#page-wrap                              { width: 760px;  background: white; position: relative; }
#col1                                   { width: 49%; float: left; margin: 0 0 20px 0; }
#col2                                   { width: 49%; float: right; }
pre                                     {  margin: 0 0 15px 0; }
ul                                      { margin: 0 0 25px 25px; }
ul li                                   { margin: 0 0 8px 0; }

#dl                                     { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover                               { background: #666; }

/*
    This stuff is for the TitleBlock Plugin
*/
.image                                  { position: relative; margin-bottom: 20px; width: 100%; }
.image h2                               { position: absolute; top: 220px; left: 0; width: 100%; }
.image h2 span                          { color: white;  background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 6px 8px; }
.image h2 span.spacer                   { padding: 0 2px; background: none; }


/*
    For Specific Slides
*/
#textSlide                              { padding: 10px 30px; }
#textSlide h3                           { }
#textSlide h4                           { text-transform: uppercase;  margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }
