/*
    anythingSlider v1.2
    
    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/
	
	MODIFIED: Tiana Sweeney
	COMPANY: LCUBED
	DATE: 26 July, 2010
	
*/
.anythingSlider                         { width: 502px; height: 214px; position: relative; margin: 0 auto 15px; z-index:0; } /* height: 360px;*/
.anythingSlider .wrapper                { width: 502px; overflow: auto; height: 214px; margin: 0; position: absolute; top: 0; left: 0; }/*height: 324px;*/

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #FFF; margin: 0; padding:0; }
.anythingSlider .wrapper ul li          { background:url(../images/scroll-bg.gif) no-repeat; display: block; float: left; padding: 0; height: 207px; width: 680px; margin: 0; } /*height: 317px;*/
.anythingSlider .arrow                  { display: block; height: 100px; width: 40px; background: url(../Scripts/AnythingSlider/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -147px; cursor: pointer; } /*top: -250px;*/
.anythingSlider .forward                { background-position: 0 0; right: -22px; }
.anythingSlider .back                   { background-position: -52px 0; left: -5px; }
.anythingSlider .forward:hover          { background-position: 0 -93px; }
.anythingSlider .back:hover             { background-position: -52px -93px; }

.thumbNav                               { position: relative; top:160px; text-align: center; z-index:1;}/*top: 323px;*/
.thumbNav ul                            { margin: 0 0 25px 0; text-align:center;}
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: #3e8bd7; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-align: center; text-decoration:none;}
.thumbNav a:hover                       { background-image: none; color: #204870;}
.thumbNav a.cur                         { color: #204870; }

/*
.start-stop                             { z-index: 10; background: green; background-image: url(../Scripts/AnythingSlider/images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 211px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }/*top: 323px;*/

/*
.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; }

/*
    For Specific Slides
*/
#textSlide                              { padding: 10px 30px; }
#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }
