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

*										{ margin: 0; padding: 0; }
a, a img								{ border: 0; text-decoration: none; outline: 0; }
ul										{ margin: 0 0 0px 0px; }
ul li									{ font: 15px Verdana, Arial; 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: #ccc; }

#page-wrap								{ width: 629px; padding: 0px; background: none; margin: 0 auto 0px; position: relative; left: 0px; top:0px; }
#col1									{ width: 49%; float: left; margin: 0 0 0px 0; }
#col2									{ width: 49%; float: right; }
pre										{ font: 13px/1.8 Verdana, Arial; margin: 0 0 15px 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: #ccc; }
#textSlide								{ padding: 10px 30px; }
#textSlide h4							{ font: 13px Verdana, Arial; }
#textSlide h5							{ text-transform: uppercase; font: 11px Verdana, Arial; margin: 0px 0; }
#textSlide description					{ font: 11px Verdana, Arial; margin: 0px 0; margin-top: 0px; }
#textSlide ul							{ list-style: disc; margin: 0 0 0 0; }
#textSlide ul li						{ display: list-item; }
#quoteSlide								{ padding: 0px; }
#quoteSlide blockquote					{ font: italic 24px/1.5 Verdana, Arial; text-align: center; color: #000; margin: 0 0 10px 0; }
#quoteSlide p							{ text-align: center; }

.slidertext								{ z-index:10; width: 500; height: 290px; padding: 0px 0 0 0px; float: left;}
.slidertext h4							{ font: 13px Arial; font-weight: bold; color:#003399; margin-top: 0px;}
.slidertext h5							{ /*text-transform: uppercase;*/ font: 11px Arial; margin: 0px 0;color:#999999; padding: 0 0 5px 0; margin-top: 25px; }
.slidertext ul							{ list-style: disc; margin-left: 0px;}
.slidertext ul li						{ display: list-item; font: 11px Arial; }
.description							{ font: 11px Verdana, Arial; margin: 0px 0; margin-top: 0px; }


.sliderimage							{ width: 629px; height: 303px; padding: 0px 0 0 0px; float: left; position:absolute; z-index:-2; }

.slider-btn                { z-index:9999; margin: 0px 20 0 40; display: block; float:left; }

#overlay-border {
	position:absolute;
	width:629px;
	height:303px;
	top:0px;
	left:0px;
	background:url(../_images/slider/border-slider.png) no-repeat;
}

.anythingSlider							{ width: 629px; height: 303px; position:absolute; left: 0px; margin: 0 0 0 0px; left:0px;}
.anythingSlider .wrapper				{ width: 629px; overflow: auto; height: 303px;  margin: 0 0 0 0px; position: absolute; top: 0px; left: 0px; }

                                        /* Width below is max for Opera*/
.anythingSlider .wrapper ul				{ width: 32700px; list-style: none; position: absolute; top: 0; left: 20;  margin: 0; }
.anythingSlider .wrapper ul li			{ display: block; float: left; padding: 0; height: 303px; width: 629px; margin: 0; left:0px; }
.anythingSlider .arrow					{ display: block; height: 208px; width: 70px; background: url(../_images/pfeile.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; left:574px; cursor: pointer; z-index: 10; }
.anythingSlider .forward				{ background-position: 0 0; right: -20px; }
.anythingSlider .back					{ background-position: -70px 0; left: 15px; }
.anythingSlider .forward:hover			{ background-position: 0 -208px; }
.anythingSlider .back:hover				{ background-position: -70px -208px; }

.thumbNav								{ position: relative; top: -16px; left:-15px; ; text-align: left; z-index: 10; }
.thumbNav li							{ display:inline;}
.thumbNav a								{ text-decoration:none; color: #FFF; font: 11px Arial, Serif; line-height:16px; display: inline-block; padding: 0px 6px; height: 16px; margin: 0 2px 0 0; background: #aada69 url(../_images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
.thumbNav a:hover						{ text-decoration:none; background-image: none; line-height:16px;}
.thumbNav a.cur							{ text-decoration:none; background: #66cc00; font-color:#FFF; line-height:16px;}

.start-stop								{ text-decoration:none; color: #FFF; z-index: 100; background: #66cc00; background-image: url(../_images/cellshade.png); background-repeat: repeat-x; color: white; padding: 0px 5px; width: 40px; text-align: center; position: absolute; right: 10px; top: -20px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
.start-stop.playing						{ text-decoration:none; color: #FFF; background-color: #aada69; background-image: url(../images/cellshade.png); }
.start-stop:hover						{ text-decoration:none; color: #FFF; 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; }
