/*
    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:0 auto 18px; background:0 none; }
	.eknownSlider .wrapper { width: 610px; overflow: auto; height: 345px;  position: absolute; top:69px; 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: 345px; width: 680px; margin: 0; overflow:hidden; position:relative;}
	.eknownSlider ul li img { bottom: 0; }
	.eknownSlider ul li br {height:10px;}
	.eknownSlider .arrow { display: block; height:150px; width:45px; background: url(../img/gallery-popup-arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 130px; cursor: pointer; }
	.eknownSlider .forward { background-position: -45px 0; right: 0px; }
	.eknownSlider .forward:hover { background-position: -45px -152px; }
	.eknownSlider .back { background-position: 0px 0; left: 0px; }
	.eknownSlider .back:hover { background-position: 0 -152px; }
	.eknownSlider span {color:#696e75; text-align: center; top:330px; width:582px; display:block; margin-top:7px; text-shadow:0px 1px 0px #fff; font: 16px/0 'Podkova', sans-serif;}
	
	#thumbNav { position: relative; top: 460px; 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; }

	.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; }
	
	img.floatTL {padding-left:69px!important; position:absolute; top:-16px; z-index:400;}
	img.floatBR {padding-left:0px!important; position:absolute; bottom:58px; right:110px; z-index:401;}
