
/* CSS Document */


#slideshowWrapper{position:relative;width:660px;margin:0 auto;padding:0px;
		background-image:url('http://www.facilitiesnet.com/BOM/graphics/BOMsliderBG.jpg') no-repeat;margin-bottom:8px;}
#fssPrev{
		position:absolute;
		top:291px;
		left:10px;
		background:url(http://www.facilitiesnet.com/bom/graphics/bomprev.jpg) no-repeat 0 0  ;
		width:20px;
		height:20px;
		text-indent:-999999px;
		}
#fssNext{
		position:absolute;
		top:291px;
		left:640px;
		background:url(http://www.facilitiesnet.com/bom/graphics/bomnext.jpg) no-repeat;
		width:20px;
		height:20px;
		text-indent:-999999px;
		}
#fssPlayPause{
		position:absolute;
		top:287px;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:652px;
		height:500px;
		overflow:hidden;
		margin-left:5px;
		padding-top:1px;
		}


#fssList{
		list-style:none;
		width:60px;
		margin:0px;
		padding:0px;
		position:absolute;
		top:295px;
		left:302px;
		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 #0086ca;
        background:#FFFFFF;
        color:#FFFFFF;
        padding:0px;
        text-decoration:none;
        font-size:0px;
		width:8px;
		}
#fssList li.fssActive a{
		background:#0086ca;
        color:#0086ca;
		}

#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;}






