@charset "UTF-8";
/* CSS Document */

/* speakers info content */
#speakerslist{
padding-top:10px;
width:800px;
position:relative;
list-style: none;
}
#speakerslist li{
float:left;
}
#speakerone a{
text-indent:-9999em;
background-repeat:no-repeat;
display:block;
padding-bottom:80px;
width:110px;
height:80px;
background:url(../images/speakers.png);
background-position:0px -159px;
}
#speakerone a:hover{
background-position:0px 0px;
}
#speakertwo a{
text-indent:-9999em;
background-repeat:no-repeat;
display:block;
float:left;
padding-bottom:80px;
width:110px;
height:80px;
background:url(../images/speakers.png);
background-position:-112px -159px;
}
#speakertwo a:hover{
background-position:-112px 0px;
}

#speakerthree a{
text-indent:-9999em;
background-repeat:no-repeat;
display:block;
float:left;
padding-bottom:80px;
width:110px;
height:80px;
background:url(../images/speakers.png);
background-position:-226px -159px;
}
#speakerthree a:hover{
background-position:-226px 0px;
}
#speakerfour a{
text-indent:-9999em;
background-repeat:no-repeat;
display:block;
float:left;
padding-bottom:80px;
width:110px;
height:80px;
background:url(../images/speakers.png);
background-position:-336px -159px;
}
#speakerfour a:hover{
background-position:-336px 0px;
}
#speakerfive a{
text-indent:-9999em;
background-repeat:no-repeat;
display:block;
float:left;
padding-bottom:80px;
width:110px;
height:80px;
background:url(../images/speakers.png);
background-position:-450px -159px;
}
#speakerfive a:hover{
background-position:-450px 0px;
}
/* bio text divs */
#speaker1bio,
#speaker2bio,
#speaker3bio,
#speaker4bio,
#speaker5bio{
display:none;
float:left;
}