/*
    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 ul				{ margin: 0; padding: 3; }
.anythingSlider li				{ margin: 0; padding: 3; }
.anythingSlider p				{ margin-top:5px; }
.anythingSlider					{
	width: 324px;
	height: 390px;
	position: relative;
	margin: 0 auto 15px;
}
.anythingSlider .wrapper			{
	width: 310px;
	overflow: auto;
	height: 360px;
	margin: 0 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul		{ width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #0000FF; border-bottom: 3px solid #0000FF; margin: 0; }
.anythingSlider ul li				{ display: block; float: left; padding: 3; height: 350px; width: 304px; margin: 0; overflow:hidden; }
.anythingSlider .arrow			{ display: block; height: 200px; width: 20px; background: url('arrows.png') no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer }
.anythingSlider .forward			{ background-position: 0 0; right: -20px; }
.anythingSlider .back			{ background-position: -114px 0; left: 0px; }
.anythingSlider .forward:hover 	{ background-position: 0 -200px; }
.anythingSlider .back:hover		{ background-position: -114px -200px; }

#thumbNav				{ position: relative; top: 360px; text-align: center; }
#thumbNav a				{ color: black; font: 12px/18px; Arial,sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; 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: #0000FF; }

#start-stop				{ background-color:#90EE90;  background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 360px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;}
#start-stop.playing		{ background-color:#0000FF; }
#start-stop:hover		{ background-color:#FFFFE0; 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: 12px; }
#textSlide h3	{ font: 20px Arial,sans-serif; }
#textSlide h4	{ text-transform: uppercase; font: 15px Arial,sans-serif; margin: 10px 0; }
#textSlide ul	{ list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li	{ display: list-item; }

