/* Soulwalk Home Page Styles */

.btn {
	float: left;
	margin-right: 7px;
}
.lastbtn {
	margin-right: 0;
}
#newsticker {
	background: #ccedfe url(/images/whats-hot.png) 5px 50% no-repeat;
	border: 1px solid #0397d6;
	color: #000;
	padding: 5px;
	margin: 20px 0;
	list-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	height: 1em;
}
#newsticker li {
	margin: -3px 0 5px 90px;
}
#newsticker strong {
	color: #000;
	font-weight: 400;
}
ul#tickertext {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 740px;
}
#countdown {
	float: right;
	width: 75px;
	height: 75px;
	background: url('/images/calendar.png') no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, sans-serif;
	margin: 0 0 10px 10px;
}
#countdown .inverted {
	color: #fff;
	line-height: 20px;
	font-size: 13px;
}
#countdown .days-left {
	font-weight: bold;
	font-size: 35px;
	line-height: 35px;
}
