#signs {
	list-style: none;
	width: 644px;
	margin-top: 10px;
}

#signs li {
	display: block;
	float: left;
	margin: 0px;
	width: 153px;
	height: 43px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#signs li,#signs li * {
	font-size: 16px;
	font-weight: bold;
}

#aquarius {
	background: transparent url('/desigen/horoscope/aquarius.gif') no-repeat
		left center;
}

#aries {
	background: transparent url('/desigen/horoscope/aries.gif') no-repeat
		left center;
}

#capricornus {
	background: transparent url('/desigen/horoscope/capricornus.gif')
		no-repeat left center;
}

#gemini {
	background: transparent url('/desigen/horoscope/gemini.gif') no-repeat
		left center;
}

#leo {
	background: transparent url('/desigen/horoscope/leo.gif') no-repeat left
		center;
}

#libra {
	background: transparent url('/desigen/horoscope/libra.gif') no-repeat
		left center;
}

#pisces {
	background: transparent url('/desigen/horoscope/pisces.gif') no-repeat
		left center;
}

#sagittarius {
	background: transparent url('/desigen/horoscope/sagittarius.gif')
		no-repeat left center;
}

#scorpius {
	background: transparent url('/desigen/horoscope/scorpius.gif') no-repeat
		left center;
}

#taurus {
	background: transparent url('/desigen/horoscope/taurus.gif') no-repeat
		left center;
}

#virgo {
	background: transparent url('/desigen/horoscope/virgo.gif') no-repeat
		left center;
}

#cancer {
	background: transparent url('/desigen/horoscope/cancer.gif') no-repeat
		left center;
}


#time_interval{
	list-style: none;
	text-align: right;
	margin-bottom: 10px;
}

#time_interval li{
	display: inline;
}
#time_interval li a{
	padding:2px;
}	
#time_interval li a.active{
	background:#FFDD00;
}	
