/* CSS Document */

#hero-fader{
height:250px;
margin:0 0 0px 0;
overflow:hidden;
position:relative;
width:800px;
}
#hero-fader .controls{
width:100px;
position:absolute;
top:220px;
left:210px;
z-index:10;
font-size:27px;
}
#hero-fader .controls a{
text-decoration:none;
color:#1B6D60;
padding:0 2px;
}
#hero-fader .controls a.first{

}
#hero-fader .controls a.last{
padding-right:10px;
}
#hero-fader .controls a.active{
color:#ff0000;
}
#hero-fader .fader-page{
position:absolute;
opacity:0;
display:none;
top:0;
width:799px;
height:262px;
z-index:5;
}
#hero-fader #hero-fader_social{
position:relative;
height:284px;
/*background:url('http://files2.jivesoftware.com/images/homepage/home-promos-10935.jpg') no-repeat 0 -504px;*/
}
#hero-fader #hero-fader_social a{
position:absolute;
left:0;
top:0;
display:block;
width:100%;
height:100%;
}
