.sliderh		{height:600px;}

#slideshowWrapper{width:100%;height:600px;margin:0px;overflow: hidden;}

ul#slideshow{list-style:none;padding:0px;margin:0px;width:100%;overflow:hidden;background: transparent}

#fssList{list-style:none;width:440px;margin:auto;padding:0px;position:absolute;left:50%;z-index: 300;top:130px;margin-left:-220px;}

#fssList li	{	display:inline-block;width:20px;height: 20px; background: transparent;padding-right:5px;}
#fssList li a{	display:block;background:transparent;border-radius:7px;border:2px solid rgba(255,255,255,0.5);width:10px;height: 10px;
				color:#999;text-decoration:none;
				font-family: "century_gothicregular", Helvetica, SunSans-Regular, sans-serif;font-size: 6px;margin:0px;
				color:transparent;
				}
#fssList li.fssActive 
			a{	display:block;background:rgba(255,255,255,0.4);border-radius:7px;border:2px solid rgba(255,255,255,0.5);width:10px;height: 10px;
				font-family: "century_gothicregular", Helvetica, SunSans-Regular, sans-serif;font-size: 6px;margin:0px;
				color:transparent;
				}

#fssPrev	{position:absolute;top:530px;right:335px;background:url(../../images/arrow_slideleft.png);width:40px;height:40px;text-indent:-999999px;opacity:1}
#fssNext	{position:absolute;top:530px;right:270px;background:url(../../images/arrow_slideright.png);width:40px;height:40px;text-indent:-999999px;opacity:1}

