html {
font-size: 76%;}

body {
font-family: arial, helvetica, sans-serif;
line-height: 1.4em;
font-size: 1.2em;
}

#slideshow {
width: 600px;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

#slideshow .slides {
overflow: hidden;
width: 660px;}

#slideshow .slides ul {
width: 2640px;}

#slideshow .slides li {
width: 640px;
float: left;
padding: 20px;}

#slideshow .slides h2 {
margin-top: 0;}

#slideshow .slides-nav {
background-color: #fff;
margin: 0 0 0 115px;
border-top:;}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 5px 10px;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background: url(http://focusdc.org/slideshow/assets/bkg.gif) no-repeat center;
}

.js #slideshow .slides-nav li.on a {
position: relative;
}

#request {
	position: relative;
	display: block;
	height: 20px;
	width: 250px;
	background: url(http://focusdc.org/images/request.gif) 0 0 no-repeat;
}

#request:hover 
{ 
background-position: 0 -20px;
text-decoration: none;
}

#request span {
	display: none;
}

#find {
	position: relative;
	display: block;
	height: 20px;
	width: 250px;
	background: url(http://focusdc.org/images/find.gif) 0 0 no-repeat;
}

#find:hover 
{ 
background-position: 0 -20px;
text-decoration: none;
}

#find span {
	display: none;
}

#start {
	position: relative;
	display: block;
	height: 20px;
	width: 250px;
	background: url(http://focusdc.org/images/start.gif) 0 0 no-repeat;
}

#start:hover 
{ 
background-position: 0 -20px;
text-decoration: none;
}

#start span {
	display: none;
}


#compare {
	position: relative;
	display: block;
	height: 20px;
	width: 250px;
	background: url(http://focusdc.org/images/compare.gif) 0 0 no-repeat;
}

#compare:hover 
{ 
background-position: 0 -20px;
text-decoration: none;
}

#compare span {
	display: none;
}
