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


/*  SlideShow Styles - Photography */
	.eknownSlider { width: 850px; height: 500px; position: relative; margin: 50px auto; background:url(../img/GalBgPhoto.jpg) top center no-repeat; }
	.eknownSlider .wrapper { width: 610px; overflow: auto; height: 365px;  position: absolute; top:30px; left:119px;}
	.eknownSlider .wrapper ul  { width: 32766px; list-style: none; position: absolute; top: 0; left: -25px; margin: 0; }
	.eknownSlider ul li { display: block; float: left; padding: 0; height: 370px; width: 680px; margin: 0; overflow:hidden; position:relative;}
	.eknownSlider ul li img { bottom: 0; margin-top:10px; -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.6); -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.6); box-shadow:0 0 10px rgba(0, 0, 0, 0.6); border:5px solid #FFFFFF;}
	.eknownSlider ul li br {height:10px;}
	.eknownSlider .arrow { display: block; height: 27px; width: 26px; background: url(../img/Slider_Arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 180px; cursor: pointer; }
	.eknownSlider .forward { background-position: 0 0; right: 0px; }
	.eknownSlider .back { background-position: 0px -27px; left: 0px; }
	.eknownSlider .forward:hover { background-position: -27px 0px; }
	.eknownSlider .back:hover { background-position: -27px -27px; }
	.eknownSlider span {text-align: center; top:330px; width:582px; display:block; margin-top:7px; text-shadow:0 1px 0 #F2EDDC;}
	
	#thumbNav { position: relative; top: 425px; text-align: center; }
	#thumbNav a { color: black; font: 3px Georgia, Serif; display: inline-block; padding: 0px 4px; height: 8px; margin: 0 5px 0 0; background: #e2e0cf; text-align: center; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-decoration:none; border:0 none;}
	#thumbNav a:hover { background: #c6c3ac; }
	#thumbNav a.cur { background: #534e47; }
	#start-stop { color: #aaa; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 115px; top: 425px; -moz-border-radius: 2px; -webkit-border-radius: 2px; text-decoration:none; text-shadow:0px 1px 0px #fffffb; }
	#start-stop.playing {}
	#start-stop:hover { background-image: none; }

	.eknownSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
	.eknownSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
