
/* CSS Document */

#slideshowWrapper{position:relative;width:100%;margin:auto}
#slideshowWrapper li{width: 100%}

#fssPlayPause{position:absolute;top:235px;right:20px;background:url(white.png) repeat;padding:4px 0 5px 0;-moz-border-radius:5px;border-radius:5px;width:60px;text-align:center;display:block;color:#333;text-decoration:none;}




#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#fff; background-image:url('../img/icons/ico-slide.png'); background-repeat:no-repeat;}
#fssList li.fssActive a{background-image:url('../img/icons/ico-slide-act.png'); background-repeat:no-repeat; color:#000;}

#top{background:#3b5998;width:100%;height:40px;}
#top h1{color:#fff;font-weight:normal;font-size:18px;padding:7px 0 0 15px}
#top h1 span{font-size:11px;}
#top h1 a{text-decoration:underline;color:#fff;}
#top h1 a:hover{text-decoration:none;}

@media all and (max-width:600px){
	ul#slideshow{list-style:none;margin:auto;margin-top:0%;width:100%; height:150px;overflow:hidden; border:0px solid #111111}
	#fssList{display:none;position:absolute; top:none; list-style:none;width:100%;margin:auto; text-align:center}
	#fssPrev{position:absolute;top:10px;left:0;background:url(arrows.png) -45px 0px;width:47px; background-size:90px; height:100px;text-indent:-999999px;}
	#fssNext{position:absolute;top:10px;right:0; background:url(arrows.png) no-repeat; background-size:90px; width:47px;height:100px;text-indent:-999999px;}
}
@media all and (min-width:601px) and (max-width:800px){
	ul#slideshow{list-style:none;margin:auto;margin-top:0%;width:100%;height:210px;overflow:hidden; border:0px solid #111111}
	#fssList{display:none;position:absolute; top:none; list-style:none;width:100%;margin:auto; text-align:center}
	#fssPrev{position:absolute;top:10px;left:0;background:url(arrows.png) -45px 0px;width:47px; background-size:90px; height:100px;text-indent:-999999px;}
	#fssNext{position:absolute;top:10px;right:0; background:url(arrows.png) no-repeat; background-size:90px; width:47px;height:100px;text-indent:-999999px;}
}
@media all and (min-width:801px){
	ul#slideshow{list-style:none;margin:auto;margin-top:0%;width:100%;height:400px;overflow:hidden; border:0px solid #111111}
	#fssList{position:absolute; top:385px; list-style:none;width:100%;margin:auto; text-align:center}
	#fssPrev{position:absolute;top:141px;left:0;background:url(arrows.png) -67px 0px;width:67px;height:143px;text-indent:-999999px;}
	#fssNext{position:absolute;top:141px;right:0; background:url(arrows.png) no-repeat;width:67px;height:143px;text-indent:-999999px;}
}