/*
    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                         { overflow:hidden; width: 680px; height: 380px; position: relative; margin: 0px 0px; background-color:#FFF; }
.anythingSlider .wrapper                { overflow: hidden; width: 600px;  height: 380px; margin:0px 40px; position: absolute; top: 0px; left: 0px; }
.anythingSlider .wrapper ul             {
	width: 99999px; 
	list-style: none; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	/*border-top: 0px solid #e0a213; 
	border-bottom: 0px solid #e0a213;*/ 
	margin: 0px; 
   }
   
.anythingSlider ul li                   { display: block; float: left; padding: 0px; height: 380px; width: 600px; margin: 0px; } 
.anythingSlider .arrow                  { visibility:hidden; /*display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0px 0px; text-indent: -9999px; position: absolute; top: 292px; cursor: pointer;*/ } 
.anythingSlider .forward                { /*background-position: 0px 0px; right: -20px;*/ } 
.anythingSlider .back                   { /*background-position: -67px 0px; left: 385px;*/ } 
.anythingSlider .forward:hover          { /*background-position: 0px -200px;*/ } 
.anythingSlider .back:hover             { /*background-position: -67px -200px;*/ } 

#thumbNav                               { position: relative; top: -5px; text-align: right; margin-right:107px; } 
#thumbNav a                             {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-style:italic; 
	font-weight:bold; 
	background: #ddd; border:1px dotted #ccc; 
	color: #666; 
	text-decoration:none; 
	font-size: 11px; 
	padding: 2px 4px; 
	height: 18px; 
	margin: 0px 5px 0px 0px; 
	text-align: center; 
	display: inline-block; 
	-moz-border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
	-webkit-border-bottom-right-radius: 3px; 
	-webkit-border-bottom-left-radius: 3px; 
	-webkit-border-top-right-radius: 3px; 
	-webkit-border-top-left-radius: 3px; 
}
#thumbNav a:hover                       { background: #fff; background-image: none; }
#thumbNav a.cur                         { background: #fff; }

#start-stop {
	/*visibility:hidden;*/
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-style:italic; 
	font-weight:bold; 
	background: #ddd;
	border:1px dotted #ccc; 
	color: #666; 
	text-decoration:none; 
	font-size: 11px; 
	padding: 2px 4px; 
	height: 18px; 
	margin: 0px 5px 0px 0px; 
	text-align: center;
	/*background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;*/
	width: 40px;
	text-align: center;
	position: absolute;
	right: 51px;
	top: 13px;
	-moz-border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
	-webkit-border-bottom-right-radius: 3px; 
	-webkit-border-bottom-left-radius: 3px; 
	-webkit-border-top-right-radius: 3px; 
	-webkit-border-top-left-radius: 3px; 

}
#start-stop.playing                     { background-color: #CCC; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0px; background: none; overflow: visible; width: auto; border: 0px; }
.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 0px; }
#textSlide ul                           { list-style: disc; margin: 0px 0px 0px 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; padding-top:70px; }
#quoteSlide blockquote                  { color:#666; font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 20px 0px 10px 0px; }
#quoteSlide p                           { text-align: center; color:#666; }
