.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: 2D60B1}
.textsmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: 2D60B1}
.textbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: 2D60B1; font-weight: bold}
a {  color: #336699; text-decoration: none}
a:hover {  color: #CC3300; text-decoration: none}
.fader {
    position: relative;
}
.vertical {
    height: 384px;
}
.horizontal {
    height: 243px;
}
.horizontal2 {
    height: 243px;
}
.horizontal3 {
    height: 243px;
}
.horizontal4 {
    height: 243px;
}
.horizontal5 {
    height: 243px;
}
.fader img {
    position: absolute;
    transition: opacity .5s ease-in;
}
.fader.right img {
    right: 0;
}
.fader img + img {
    opacity: 0;
}

