
/* CSS Document */


#slideshowWrapper{position:relative;width:427px;margin:0px;padding:0px;
		background-image:url('http://www.nfmt.com/online/graphics/360sliderbg.jpg') no-repeat;}
#fssPrev{
		position:absolute;
		top:267px;
		left:9px;
		background:url(http://www.nfmt.com/graphics/360prev.jpg) no-repeat 0 0  ;
		width:20px;
		height:20px;
		text-indent:-999999px;
		}
#fssNext{
		position:absolute;
		top:267px;
		left:407px;
		background:url(http://www.nfmt.com/graphics/360next.jpg) no-repeat;
		width:20px;
		height:20px;
		text-indent:-999999px;
		}
#fssPlayPause{
		position:absolute;
		top:270px;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:#FFFFFF;
		text-decoration:none;
		}

ul#slideshow{
		list-style:none;
		border:none;
		padding:0px;
		margin:auto;
		margin-top:0px;
		width:425px;
		height:264px;
		overflow:hidden;
		margin-left:1px;
		padding-top:1px;
		}


#fssList{
		list-style:none;
		width:60px;
		margin:0px;
		padding:0px;
		position:absolute;
		top:271px;
		left:185px;
		height:8px;
		
		}
#fssList li{ 
		margin:0 4px 0 0; 
        padding:0;
        float:left;
        list-style:none;
        height:8px;
        line-height:0px;
		width:8px;
		font-size:0px;
		}
#fssList li a{
		float:left;
        height:8px;
        line-height:2px;
        border:1px solid #aa2226;
        background:#FFFFFF;
        color:#FFFFFF;
        padding:0px;
        text-decoration:none;
        font-size:0px;
		width:8px;
		}
#fssList li.fssActive a{
		background:#aa2226;
        color:#aa2226;
		}

#top{background:#3b5998;width:100%;height:40px;margin-bottom:20px;}
#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;}

small a{color:#000;}






