/* horoscope: START */
.horoscope a {display:block;  width: 100%; height:20px; padding-top:50px; border:1px solid #fff; text-align:center;}
.horoscope a span {font:normal normal 10px arial; color:#4975a3;}
.horoscope a.aries {background: url('/img/horo/aries40.gif') center 8px no-repeat; width: 100%;}
.horoscope a.taurus {background: url('/img/horo/taurus40.gif') center 8px no-repeat; width: 100%;}
.horoscope a.gemini {background: url('/img/horo/gemini40.gif') center 8px no-repeat; width: 100%;}
.horoscope a.cancer {background: url('/img/horo/cancer40.gif') center 8px no-repeat; width: 100%;}
.horoscope a.leo {background: url('/img/horo/leo40.gif') center 8px no-repeat; width: 100%;}
.horoscope a.virgo {background: url('/img/horo/virgo40.gif') center 8px no-repeat; width: 100%;}
.horoscope a.libra {background: url('/img/horo/libra40.gif') center 8px no-repeat; width: 100%;}
.horoscope a.scorpio {background: url('/img/horo/scorpio40.gif') center 8px no-repeat; width: 100%;}
.horoscope a.sagittarius {background: url('/img/horo/sagittarius40.gif') center 8px no-repeat; width: 100%;}
.horoscope a.capricorn {background: url('/img/horo/capricorn40.gif') center 8px no-repeat; width: 100%;}
.horoscope a.aquarius {background: url('/img/horo/aquarius40.gif') center 8px no-repeat; width: 100%;}
.horoscope a.pisces {background: url('/img/horo/pisces40.gif') center 8px no-repeat; width: 100%; }
.horoscope a:hover {border:1px solid #cdcdcd; background-color:#f4f4f4;}
.horoscope a:hover span {color:#c3322e;}
/* horoscope: END */