<style type="text/css">
	/* clears styles on all elements inside the div */
	.anythingFader * {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
	/*anything fader wrapper and node setup*/   
	.anythingFader { width: 550px; height: 205px; position: relative; float:left; background-color:#fff; }
	.anythingFader .wrapper { width: 100%; overflow:hidden; height: 205px; position: absolute; top: 0; left: 0px; }
	.anythingFader .wrapper ul { width: 9999px; list-style: none; background: #eee; margin: 0; }
	.anythingFader ul li { display: block; float: left; padding: 0; height: 205px; width: 550px; margin: 0; }
	.anythingFader ul li img {/*position:relative; left:-12px*/ }
	.anythingFader ul li a {cursor: pointer;}

	/* play button and arrows */
	.anythingFader .arrow, 
	.anythingFader #start-stop 			{background:  url(/ui/archbalt/anythingfader_images/arch-controls-bg.png) no-repeat  0 0; text-indent: -9999px; position: absolute; top: 183px; color:#dcad07;  border:1px solid #444;  width: 16px; height:12px; padding: 2px; float: left; overflow:hidden;}
	.anythingFader .arrow:hover, 
	.anythingFader #start-stop:hover 	{border:1px solid #dcad07;}
	.anythingFader .forward 				{background-position: -50px -3px; left: 515px; z-index:1200; }
	.anythingFader .back 				{background-position: -33px -3px; left: 461px; z-index:1200; }
	.anythingFader #start-stop 			{background-position:  -1px -3px; left: 488px; z-index:1200; position: relative; top: 159px;}
	.anythingFader #start-stop.playing	{background-position: -18px -3px; }

	/* 1, 2, 3, etc navigation bar */
	.anythingFader #thumbNav { position: relative; z-index:1199;top: 183px; float:right; height:24px; width:440px; text-align: right; margin-right:110px;}
	.anythingFader #thumbNav a { background: url(/ui/archbalt/anythingfader_images/featureFooter-bg.png) center bottom; color: #ccc; font: 11px/11px Verdana; color:#dcad07; border:1px solid #444; font-weight:bold;text-decoration:none; display: inline-block; padding: 2px 8px; height: 12px; margin: 0 5px 0 0; text-align: center;}
	.anythingFader #thumbNav a:hover {  border:1px solid #dcad07;}
	.anythingFader #thumbNav a.cur { border:1px solid #dcad07; background: #323232;  }
	
	/* 	Prevents */
	.anythingFader .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
	.anythingFader .wrapper ul ul li { float: none; height: auto; width: auto; background: none; }
	
	/*Text for Specific Slides*/
	.textSlide  { position:relative; z-index:1; margin-top:-204px; margin-left:0px;  padding:20px; width:510px; height:180px; display:block; line-height:18px;padding-top:4px; color:#fff; font-size:14px; background: url(/ui/archbalt/anythingfader_images/featureFooter-bg.png) left bottom no-repeat;}
	.textSlide a {color:#fff; font-weight:bold;}
	.textSlide a:link, 
	.textSlide a:visited { text-decoration:underline;}
	.textSlide a:hover   { text-decoration:none;}	
	.textSlide h2, 
	.textSlide h3,
	.textSlide h4 		{ line-height:1.5; padding-top:50px;}
	.textSlide h2   	{ font-size: 28px; }
	.textSlide h3   	{ font-size: 20px; }
	.textSlide h4   	{ font-size: 14px; }
	.textSlide p    	{ font-size: 14px; line-height:1.3; display:block; float:left; font-family:Arial, sans-serif; width:300px;}
	.textSlide ul       { list-style: disc; margin: 0 0 0 25px; font-size: 12px; line-height:1.3}
	.textSlide ul li    { display: list-item; text-align:left;}
</style>